getPosASLW: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "PositionASLW" to "PositionASLW")
m (Text replacement - "<sqf>([^ ]+) <\/sqf>" to "<sqf>$1</sqf>")
 
(8 intermediate revisions by the same user not shown)
Line 15: Line 15:
|r1= [[Array]] - [[Position#PositionASLW|PositionASLW]]
|r1= [[Array]] - [[Position#PositionASLW|PositionASLW]]


|x1= <code>_pos = [[getPosASLW]] _diver;
|x1= <sqf>_pos = getPosASLW _diver;</sqf>
</code>


|seealso= [[setPosASLW]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[visiblePosition]], [[visiblePositionASL]]
|seealso= [[setPosASLW]] [[position]] [[getPos]] [[getPosATL]] [[getPosASL]] [[visiblePosition]] [[visiblePositionASL]]
}}
}}

Latest revision as of 12:04, 13 May 2022

Hover & click on the images for description

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:
_pos = getPosASLW _diver;

Additional Information

See also:
setPosASLW position getPos getPosATL getPosASL visiblePosition visiblePositionASL

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