getPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= Description
| Returns the object position in format [[Position]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getPos''' |= Syntax
| '''getPos''' obj |= Syntax
 
|p1 = obj: [[Object]]
| |= Return value
| [[Array]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1 = <code>'''getPos''' [[player]] </code>
|  |= See also
|  |= See also



Revision as of 17:25, 4 August 2006

Hover & click on the images for description

Description

Description:
Returns the object position in format Position.
Groups:
Uncategorised

Syntax

Syntax:
getPos obj
Parameters:
obj: Object
Return Value:
Array

Examples

Example 1:
getPos player

Additional Information

See also:
See also needed

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