unitsBelowHeight: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "PositionATL" to "PositionATL") |
Lou Montana (talk | contribs) |
||
Line 42: | Line 42: | ||
|x2= <code>_units = [[allUnits]] [[unitsBelowHeight]] 30;</code> | |x2= <code>_units = [[allUnits]] [[unitsBelowHeight]] 30;</code> | ||
|seealso= [[allUnits]] | |seealso= [[allUnits]] [[getPosATL]], [[group]] | ||
}} | }} |
Revision as of 20:20, 20 January 2022
Description
- Description:
- Returns units in group/array below given Above Terrain Level (ATL) height.
- Groups:
- Object DetectionPositions
Syntax
- Syntax:
- units unitsBelowHeight height
- Parameters:
- units: Array of Objects
- height: Number - height above terrain level (PositionATL)
- Return Value:
- Array of Objects
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
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