selectLeader: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(example error)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Select a group's leader. In MP the group has to be [[local]] to the PC executing the command. Locality of the group can be checked with [[local]] command and group ownership with [[groupOwner]] command.  |= Description
| Select a group's leader. In MP the group has to be [[local]] to the PC executing the command. Locality of the group can be checked with [[local]] command and group ownership with [[groupOwner]] command.  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| groupName '''selectLeader''' unitName |= Syntax
| groupName '''selectLeader''' unitName |SYNTAX=


|p1= groupName: [[Group]] |= Parameter 1
|p1= groupName: [[Group]] |PARAMETER1=
|p2= unitName: [[Object]] |= Parameter 2
|p2= unitName: [[Object]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[group]] [[player]] [[selectLeader]] [[player]];</code> |= Example 1
|x1= <code>[[group]] [[player]] [[selectLeader]] [[player]];</code> |EXAMPLE1=
|x2= Make unit a leader from server:<code><nowiki>[</nowiki>[[group]] _unit, _unit] [[remoteExec]] ["selectLeader", [[groupOwner]] [[group]] _unit];</code> |= Example 1
|x2= Make unit a leader from server:<code><nowiki>[</nowiki>[[group]] _unit, _unit] [[remoteExec]] ["selectLeader", [[groupOwner]] [[group]] _unit];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[formationLeader]], [[formLeader]], [[leader]], [[isFormationLeader]] |= See also
| [[formationLeader]], [[formLeader]], [[leader]], [[isFormationLeader]] |SEEALSO=


}}
}}

Revision as of 15:46, 7 April 2019

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

Description

Description:
Select a group's leader. In MP the group has to be local to the PC executing the command. Locality of the group can be checked with local command and group ownership with groupOwner command.
Groups:
Uncategorised

Syntax

Syntax:
groupName selectLeader unitName
Parameters:
groupName: Group
unitName: Object
Return Value:
Nothing

Examples

Example 1:
group player selectLeader player;
Example 2:
Make unit a leader from server:[group _unit, _unit] remoteExec ["selectLeader", groupOwner group _unit];

Additional Information

See also:
formationLeaderformLeaderleaderisFormationLeader

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