getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Example fix)
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|1.03|= Game version
|version1= 1.03
|arg= global|Multiplayer Arguments=
____________________________________________________________________________________________


| Returns the position of an object relative to the terrain. |DESCRIPTION=
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| '''getPosATL''' object |SYNTAX=
|game3= tkoh
|version3= 1.00


|p1= object: [[Object]] |PARAMETER1=
|game4= arma3
|version4= 0.50


| [[Array]] - format [[PositionATL]] |RETURNVALUE=
|arg= global
____________________________________________________________________________________________


|x1= <code>_objPosition &#61; getPosATL [[player]]</code> |EXAMPLE1=
|gr1= Positions
____________________________________________________________________________________________


| [[getPosATLVisual]], [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]] |SEEALSO=
|descr= Returns the position of an object relative to the terrain.


|s1= [[getPosATL]] object
|p1= object: [[Object]]
|r1= [[Array]] - format [[Position#PositionATL|PositionATL]]
|x1= <sqf>_objPosition = getPosATL player;</sqf>
|seealso= [[getPosATLVisual]] [[setPosATL]] [[position]] [[getPos]] [[getPosASL]] [[getPosASLW]] [[visiblePosition]] [[visiblePositionASL]]
}}
}}
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[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