unitsBelowHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
Line 22: Line 22:
{{Feature | Informative | unit's ATL height can be found with {{ic|_height {{=}} ([[getPosATL]] _unit) [[select]] 2;}}}}
{{Feature | Informative | unit's ATL height can be found with {{ic|_height {{=}} ([[getPosATL]] _unit) [[select]] 2;}}}}


| units [[unitsBelowHeight]] height
|s1=  units [[unitsBelowHeight]] height


|p1= units: [[Array]] of [[Object]]s
|p1= units: [[Array]] of [[Object]]s

Revision as of 00:27, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object DetectionPositions

Syntax

Syntax:
units unitsBelowHeight height
Parameters:
units: Array of Objects
height: Number - height above terrain level (PositionATL)
Return Value:
Return value needed

Alternative Syntax

Syntax:
group unitsBelowHeight height
Parameters:
group: Group - AI group
height: Number - height above terrain level (PositionATL)
Return Value:
Array of Objects

Examples

Example 1:
_allOnGroudUnits = group player unitsBelowHeight 10;
Example 2:
_units = allUnits unitsBelowHeight 30;

Additional Information

See also:
allUnitsgetPosATLgroup

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note