getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Comment removed. Result only the same when over ground, over water is different)
mNo edit summary
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.03


|1.03|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Returns the position of an object relative to the terrain. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''getPosATL''' object |= Syntax
|game4= arma3
|version4= 0.50


|p1= object: [[Object]] |= Parameter 1
|arg= global


| [[Array]] - format [[PositionATL]] |= Return value
|gr1= Positions
____________________________________________________________________________________________


|x1= <code>_objPosition &#61; getPosATL [[player]]</code> |= Example 1
|descr= Returns the position of an object relative to the terrain.
____________________________________________________________________________________________


| [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]] |= See also
|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}}}}]]

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