unitsBelowHeight: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 19: | Line 19: | ||
|gr2= Positions | |gr2= Positions | ||
|descr= Returns units in group/array below given Above Terrain Level (ATL) | |descr= Returns units in group/array below given Above Terrain Level (ATL) altitude. | ||
{{Feature | | {{Feature|informative|an object's ATL altitude can be found with <sqf inline>_altitude = (getPosATL _obj) select 2;</sqf>.}} | ||
|s1= units [[unitsBelowHeight]] height | |s1= units [[unitsBelowHeight]] height |
Latest revision as of 15:53, 1 July 2022
Description
- Description:
- Returns units in group/array below given Above Terrain Level (ATL) altitude.
- 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:
- Example 2:
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