Gocator API
|
Represents a ...
Inherits kObject.
Public Member Functions | |
k64f | GoProfileRegion_Height (GoProfileRegion region) |
Gets the height. More... | |
kStatus | GoProfileRegion_SetHeight (GoProfileRegion region, k64f height) |
Sets the height. More... | |
kStatus | GoProfileRegion_SetWidth (GoProfileRegion region, k64f width) |
Sets the width. More... | |
kStatus | GoProfileRegion_SetX (GoProfileRegion region, k64f x) |
Sets the X position. More... | |
kStatus | GoProfileRegion_SetZ (GoProfileRegion region, k64f z) |
Sets the Z-position. More... | |
k64f | GoProfileRegion_Width (GoProfileRegion region) |
Gets the width. More... | |
k64f | GoProfileRegion_X (GoProfileRegion region) |
Gets the X-position. More... | |
k64f | GoProfileRegion_Z (GoProfileRegion region) |
Gets the Z-position. More... | |
k64f GoProfileRegion_Height | ( | GoProfileRegion | region | ) |
kStatus GoProfileRegion_SetHeight | ( | GoProfileRegion | region, |
k64f | height | ||
) |
Sets the height.
region | GoProfileRegion object. |
height | The height to set. |
kStatus GoProfileRegion_SetWidth | ( | GoProfileRegion | region, |
k64f | width | ||
) |
Sets the width.
region | GoProfileRegion object. |
width | The width to set. |
kStatus GoProfileRegion_SetX | ( | GoProfileRegion | region, |
k64f | x | ||
) |
Sets the X position.
region | GoProfileRegion object. |
x | The X-position to set. |
kStatus GoProfileRegion_SetZ | ( | GoProfileRegion | region, |
k64f | z | ||
) |
Sets the Z-position.
region | GoProfileRegion object. |
z | The Z-position to set. |
k64f GoProfileRegion_Width | ( | GoProfileRegion | region | ) |
k64f GoProfileRegion_X | ( | GoProfileRegion | region | ) |
k64f GoProfileRegion_Z | ( | GoProfileRegion | region | ) |