unitsBelowHeight: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(35 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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 | ||
| | |gr1= Object Detection | ||
| | |gr2= Positions | ||
| | |descr= Returns units in group/array below given Above Terrain Level (ATL) altitude. | ||
{{Feature|informative|an object's ATL altitude can be found with <sqf inline>_altitude = (getPosATL _obj) select 2;</sqf>.}} | |||
| [[ | |s1= units [[unitsBelowHeight]] height | ||
|p1= units: [[Array]] of [[Object]]s | |||
| | |p2= height: [[Number]] - height above terrain level ([[Position#PositionATL|PositionATL]]) | ||
| | |r1= [[Array]] of [[Object]]s | ||
|s2= group [[unitsBelowHeight]] height | |||
| [[ | |p21= group: [[Group]] - AI group | ||
| | |p22= height: [[Number]] - height above terrain level ([[Position#PositionATL|PositionATL]]) | ||
|r2= [[Array]] of [[Object]]s | |||
|x1= <sqf>_allOnGroudUnits = group player unitsBelowHeight 10;</sqf> | |||
|x2= <sqf>_units = allUnits unitsBelowHeight 30;</sqf> | |||
< | |||
</ | |||
|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