getPosATL: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma2 | | arma2 | ||
|1.03 | |1.03 | ||
|arg= global | |arg= global | ||
|gr1= Positions | |gr1= Positions | ||
| Returns the position of an object relative to the terrain. | | Returns the position of an object relative to the terrain. | ||
| '''getPosATL''' object | | '''getPosATL''' object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| [[Array]] - format [[PositionATL]] | | [[Array]] - format [[PositionATL]] | ||
|x1= <code>_objPosition = getPosATL [[player]]</code> | |x1= <code>_objPosition = getPosATL [[player]]</code> | ||
| [[getPosATLVisual]], [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]] | | [[getPosATLVisual]], [[setPosATL]], [[position]], [[getPos]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[visiblePositionASL]] | ||
}} | }} |
Revision as of 00:40, 18 January 2021
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