selectPlayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset ArmA version)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Switch player to given unit. |= Description
| Switch player to given person. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''selectPlayer''' unit |= Syntax
| '''selectPlayer''' [[Object#Person|Person]] |= Syntax


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>selectPlayer aP</pre> |= Example 1
|x1= <pre>selectPlayer _aPerson</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:19, 30 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Switch player to given person.
Groups:
Uncategorised

Syntax

Syntax:
selectPlayer Person
Return Value:
Nothing

Examples

Example 1:
selectPlayer _aPerson

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