position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(AGLS)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Synonym for [[getPos]]. |= Description
| Synonym for [[getPos]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''position''' object |= Syntax
| '''position''' object |SYNTAX=


|p1= object: [[Object]] or [[Location]] |= Parameter 1
|p1= object: [[Object]] or [[Location]] |PARAMETER1=


| [[Array]] - format [[PositionAGLS]] |= Return value
| [[Array]] - format [[PositionAGLS]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_pos<nowiki> =</nowiki> [[position]] [[player]];</code> |= Example 1
|x1= <code>_pos<nowiki> =</nowiki> [[position]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[position_location|position location]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]] |= See also
| [[position_location|position location]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]], [[visiblePosition]], [[getPosVisual]], [[visiblePositionASL]] |SEEALSO=


}}
}}

Revision as of 15:44, 7 April 2019

Hover & click on the images for description

Description

Description:
Synonym for getPos.
Groups:
Uncategorised

Syntax

Syntax:
position object
Parameters:
object: Object or Location
Return Value:
Array - format PositionAGLS

Examples

Example 1:
_pos = position player;

Additional Information

See also:
position locationgetPosgetPosATLgetPosASLgetPosASLWvisiblePositiongetPosVisualvisiblePositionASL

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