getPosASLW: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^ ]+) <\/sqf>" to "<sqf>$1</sqf>") |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|0.50 | |version1= 0.50 | ||
|arg= global | |arg= global | ||
|gr1= Positions | |gr1= Positions | ||
| Returns the object position height above | |descr= Returns the object position height above water surface (waves and pond objects included). | ||
|s1= | |s1= [[getPosASLW]] obj | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
|r1=[[Array]] - [[PositionASLW]] | |r1= [[Array]] - [[Position#PositionASLW|PositionASLW]] | ||
|x1= < | |x1= <sqf>_pos = getPosASLW _diver;</sqf> | ||
</ | |||
|seealso= [[setPosASLW]] | |seealso= [[setPosASLW]] [[position]] [[getPos]] [[getPosATL]] [[getPosASL]] [[visiblePosition]] [[visiblePositionASL]] | ||
}} | }} |
Latest revision as of 11:04, 13 May 2022
Description
- Description:
- Returns the object position height above water surface (waves and pond objects included).
- Groups:
- Positions
Syntax
- Syntax:
- getPosASLW obj
- Parameters:
- obj: Object
- Return Value:
- Array - PositionASLW
Examples
- Example 1:
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