128 #include <GoSdk/GoSections.x.h>
k64f GoSections_XLimitMax(GoSections sections)
Gets the X axis maximum for section definition.
k64f GoSections_YLimitMax(GoSections sections)
Gets the Y axis maximum for section definition.
Essential SDK declarations.
kStatus GoSections_RemoveSection(GoSections sections, kSize index)
Removes the section at the specified index.
k64f GoSections_XLimitMin(GoSections sections)
Gets the X axis minimum for section definition.
Declares the GoSection class.
GoSection GoSections_SectionAt(GoSections sections, kSize index)
Retrieves the section at the specified index.
kStatus GoSections_AddSection(GoSections sections, GoSection *section)
Adds a specified section to the configuration.
k64f GoSections_YLimitMin(GoSections sections)
Gets the Y axis minimum for section definition.
kSize GoSections_SectionCount(GoSections sections)
Returns the number of added sections.
Represents sections to be applied on surface data.
kStatus GoSections_Clear(GoSections sections)
Clears the section list.
Represents the collection of sections and limits for defining them.