unitsBelowHeight: Difference between revisions
m (Text replacement - "{{Inline code|" to "{{ic|")  | 
				Lou Montana (talk | contribs)  m (Some wiki formatting)  | 
				||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{RV|type=command  | {{RV|type=command  | ||
| arma2  | |game1= arma2  | ||
|version1= 1.04  | |||
|1.  | |game2= arma2oa  | ||
|version2= 1.50  | |||
|game3= tkoh  | |||
|version3= 1.00  | |||
|game4= arma3  | |||
|version4= 0.50  | |||
|arg= global  | |arg= global  | ||
| Line 11: | Line 19: | ||
|gr2= Positions  | |gr2= Positions  | ||
| 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>.}}  | ||
| units [[unitsBelowHeight]] height  | |s1= units [[unitsBelowHeight]] height  | ||
|p1= units: [[Array]] of [[Object]]s  | |p1= units: [[Array]] of [[Object]]s  | ||
|p2= height: [[Number]] - height above terrain level ([[PositionATL]])  | |p2= height: [[Number]] - height above terrain level ([[Position#PositionATL|PositionATL]])  | ||
| [[Array]] of [[Object]]s  | |r1= [[Array]] of [[Object]]s  | ||
|s2= group [[unitsBelowHeight]] height  | |s2= group [[unitsBelowHeight]] height  | ||
| Line 26: | Line 34: | ||
|p21= group: [[Group]] - AI group  | |p21= group: [[Group]] - AI group  | ||
|p22= height: [[Number]] - height above terrain level ([[PositionATL]])  | |p22= height: [[Number]] - height above terrain level ([[Position#PositionATL|PositionATL]])  | ||
|r2= [[Array]] of [[Object]]s  | |r2= [[Array]] of [[Object]]s  | ||
|x1= <  | |x1= <sqf>_allOnGroudUnits = group player unitsBelowHeight 10;</sqf>  | ||
|x2= <  | |x2= <sqf>_units = allUnits unitsBelowHeight 30;</sqf>  | ||
|seealso= [[allUnits]]  | |seealso= [[allUnits]] [[getPosATL]] [[group]]  | ||
}}  | }}  | ||
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