position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
(format)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_Pos<nowiki> =</nowiki> position [[player]]</code> |= Example 1
|x1= <code>_pos<nowiki> =</nowiki> [[position]] [[player]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:37, 20 June 2015

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 Position

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

command can be called with destroyed object as parameter

Bottom Section