position: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (location z) |
Lou Montana (talk | contribs) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[position]] object |SYNTAX= | ||
|p1= object: [[Object]] |PARAMETER1= | |p1= object: [[Object]] |PARAMETER1= | ||
Line 16: | Line 16: | ||
| [[Array]] - format [[PositionAGLS]] |RETURNVALUE= | | [[Array]] - format [[PositionAGLS]] |RETURNVALUE= | ||
| s2 = [[position]] location |SYNTAX2= | |s2= [[position]] location |SYNTAX2= | ||
|p21= location: [[Location]] |PARAMETER21= | |p21= location: [[Location]] |PARAMETER21= | ||
| r2 = [[Array]] - format [x,y,z], where z is <tt>-1 * [[getTerrainHeightASL]]</tt> at the location|RETURNVALUE2= | |r2= [[Array]] - format [x,y,z], where z is <tt>-1 * [[getTerrainHeightASL]]</tt> at the location|RETURNVALUE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_pos | |x1= <code>[[private]] _pos = [[position]] [[player]];</code> |EXAMPLE1= | ||
|x2= <code>_myLocationHomePos = [[position]] myLocation;</code> |EXAMPLE2= | |x2= <code>_myLocationHomePos = [[position]] myLocation;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]], [[locationPosition]] |SEEALSO= | | [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]], [[locationPosition]] |SEEALSO= | ||
}} | }} | ||
Line 42: | Line 42: | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 22:18, 19 November 2019
Description
- Description:
- Returns position of an object (alias of getPos) or location (alias of locationPosition).
- Groups:
- Uncategorised
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: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3