getPosATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2 |Game name=
| arma2
|1.03|Game version=
|1.03
|arg= global|Multiplayer Arguments=
|arg= global


|gr1= Positions |GROUP1=
|gr1= Positions


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


| '''getPosATL''' object |SYNTAX=
| '''getPosATL''' object


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


| [[Array]] - format [[PositionATL]] |RETURNVALUE=
| [[Array]] - format [[PositionATL]]


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


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


}}
}}

Revision as of 01:40, 18 January 2021

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:
getPosATLVisualsetPosATLpositiongetPosgetPosASLgetPosASLWvisiblePositionvisiblePositionASL

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