position: 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 | ||
| ofp | | ofp | ||
|1.5 | |1.5 | ||
|gr1= Positions | |gr1= Positions | ||
| Returns position of an object (alias of [[getPos]]) or location (alias of [[locationPosition]]). | | Returns position of an object (alias of [[getPos]]) or location (alias of [[locationPosition]]). | ||
| [[position]] object | | [[position]] object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| [[Array]] - format [[PositionAGLS]] | | [[Array]] - format [[PositionAGLS]] | ||
|s2= [[position]] location | |s2= [[position]] location | ||
|p21= location: [[Location]] |PARAMETER21= | |p21= location: [[Location]] |PARAMETER21= | ||
|r2= [[Array]] - format [x,y,z], where z is <tt>-1 * [[getTerrainHeightASL]]</tt> at the location | |r2= [[Array]] - format [x,y,z], where z is <tt>-1 * [[getTerrainHeightASL]]</tt> at the location | ||
|x1= <code>[[private]] _pos = [[position]] [[player]];</code> | |x1= <code>[[private]] _pos = [[position]] [[player]];</code> | ||
|x2= <code>_myLocationHomePos = [[position]] myLocation;</code> | |x2= <code>_myLocationHomePos = [[position]] myLocation;</code> | ||
| [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]], [[locationPosition]] | | [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]], [[locationPosition]] | ||
}} | }} | ||
Revision as of 01:26, 18 January 2021
Description
- Description:
- Returns position of an object (alias of getPos) or location (alias of locationPosition).
- Groups:
- Positions
Syntax
- Syntax:
- position object
- Parameters:
- object: Object
- Return Value:
- Array - format PositionAGLS
Alternative Syntax
- Syntax:
- position location
- Parameters:
- location: Location
- Return Value:
- Array - format [x,y,z], where z is -1 * getTerrainHeightASL at the location
Examples
Additional Information
- See also:
- getPosgetPosATLgetPosASLgetPosASLWvisiblePositiongetPosVisualvisiblePositionASLlocationPosition
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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.5
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Positions
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands