unitsBelowHeight: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")  | 
				Lou Montana (talk | contribs)  m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}")  | 
				||
| Line 50: | Line 50: | ||
<h3 style='display:none'>Bottom Section</h3>  | <h3 style='display:none'>Bottom Section</h3>  | ||
{{GameCategory|arma2|Scripting Commands}}  | |||
{{GameCategory|arma3|Scripting Commands}}  | {{GameCategory|arma3|Scripting Commands}}  | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]  | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]  | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]  | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]  | ||
Revision as of 22:17, 9 January 2021
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