getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Example fix)
(11 intermediate revisions by one other user not shown)
Line 23: Line 23:
|p1= object: [[Object]]
|p1= object: [[Object]]


|r1= [[Array]] - format [[PositionATL]]
|r1= [[Array]] - format [[Position#PositionATL|PositionATL]]


|x1= <code>_objPosition &#61; getPosATL [[player]]</code>
|x1= <sqf>_objPosition = getPosATL player;</sqf>


|seealso= [[getPosATLVisual]], [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]]
|seealso= [[getPosATLVisual]] [[setPosATL]] [[position]] [[getPos]] [[getPosASL]] [[getPosASLW]] [[visiblePosition]] [[visiblePositionASL]]
}}
}}

Revision as of 08:19, 7 July 2022

Hover & click on the images for description

Description

Description:
Returns the position of an object relative to the terrain.
Groups:
Positions

Syntax

Syntax:
getPosATL object
Parameters:
object: Object
Return Value:
Array - format PositionATL

Examples

Example 1:
_objPosition = getPosATL player;

Additional Information

See also:
getPosATLVisual setPosATL position getPos getPosASL getPosASLW 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