au3Irr2 Function Reference
_IrrSetZoneManagerBoundingBoxAllows the user to manually set the bounding box of a zone manager node.
#Include <au3Irrlicht2.au3>
_IrrSetZoneManagerBoundingBox($h_ZoneManager, $f_X, $f_Y, $f_Z, $f_BoxWidth, $f_BoxHeight, $f_BoxDepth)
Parameters
$h_ZoneManager | Handle to the zone node. |
$f_X | X position. |
$f_Y | Y position. |
$f_Z | Z position. |
$f_BoxWidth | Width of zone box. |
$f_BoxHeight | Height of zone box. |
$f_BoxDepth | Depth of zone box. |
Return Value
Success: TrueFailure: False
Remarks
None.
Related
[todo: functionName, functionName]