getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Example fix)
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
 
|game1= arma2
|version1= 1.03
 
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


| arma2
|1.03
|arg= global
|arg= global


|gr1= Positions
|gr1= Positions


| Returns the position of an object relative to the terrain.
|descr= Returns the position of an object relative to the terrain.


| '''getPosATL''' object
|s1= [[getPosATL]] object


|p1= object: [[Object]]
|p1= object: [[Object]]


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


|x1= <code>_objPosition &#61; getPosATL [[player]]</code>
|x1= <sqf>_objPosition = getPosATL player;</sqf>
 
| [[getPosATLVisual]], [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]]


|seealso= [[getPosATLVisual]] [[setPosATL]] [[position]] [[getPos]] [[getPosASL]] [[getPosASLW]] [[visiblePosition]] [[visiblePositionASL]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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