position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(seealso)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 15:00, 1 October 2014

Hover & click on the images for description

Description

Description:
Synonym for getPos.
Groups:
Uncategorised

Syntax

Syntax:
Array = position object
Parameters:
object: Object; since VBS2 1.24: 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