au3Irr2 Function Reference
_IrrSetZoneManagerPropertiesSets the draw distances of nodes in the zone/distance management node and whether or not the zone manager is to accumulate the bounding boxes of its children as they are added.
#Include <au3Irrlicht2.au3>
_IrrSetZoneManagerProperties($h_ZoneManager, $f_NearDistance, $f_FarDistance, $i_AccumulateBoxes)
Parameters
$h_ZoneManager | Handle to the zone node. |
$f_NearDistance | |
$f_FarDistance | |
$i_AccumulateBoxes |
Return Value
Success: TrueFailure: False
Remarks
[todo]
Related
[todo: functionName, functionName]