getPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed params)
m (Correct params)
Line 12: Line 12:
| '''getPos''' obj |= Syntax
| '''getPos''' obj |= Syntax
|p1 = obj: [[Object]]
|p1 = obj: [[Object]]
| [[Position]] |= Return value
| [[Array]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>'''getPos''' [[player]] </code>  
|x1 = <code>'''getPos''' [[player]] </code>  

Revision as of 15:35, 16 September 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