position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Correct params)
mNo edit summary
Line 9: Line 9:
| Synonym for [[getPos]].
| Synonym for [[getPos]].


Object position in format [[Position]]. |= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''position''' object |= Syntax
| [[Position]] <nowiki>=</nowiki> '''position''' [[Object]]|= Syntax


|p1= object: [[Object]] |= Parameter 1


| [[Array]] in format [[Position]] |= Return value
| [[Array]]|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>pPos<nowiki> =</nowiki> position [[player]]</code> |= Example 1
|x1= <code>_Pos<nowiki> =</nowiki> position [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:57, 28 August 2007

Hover & click on the images for description

Description

Description:
Synonym for getPos.
Groups:
Uncategorised

Syntax

Syntax:
Position = position Object
Return Value:
Array

Examples

Example 1:
_Pos = position 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