getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Example fix)
mNo edit summary
 
Line 23: Line 23:
|p1= object: [[Object]]
|p1= object: [[Object]]


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


|x1= <sqf>_objPosition = getPosATL player;</sqf>
|x1= <sqf>_objPosition = getPosATL player;</sqf>

Latest revision as of 22:29, 28 September 2023

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