selectLeader: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game name=" to "|Game name= |gr1= Groups |GROUP1= ")
m (Text replacement - "|Game version=" to "|Game version= |gr1= Groups |GROUP1=")
Line 9: Line 9:


|1.00|Game version=
|1.00|Game version=
|gr1= Groups |GROUP1=


|arg= local |Multiplayer Arguments=
|arg= local |Multiplayer Arguments=

Revision as of 17:19, 18 September 2020

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

Description

Description:
Select the group's leader. Group locality can be checked with local command and group ownership with groupOwner command.
An invalid combination can be provided to this command, e.g unitName not being part of group. In that case:
  • unitName will be leader of group, but will not be able to command them
  • if unitName is deleted or killed, leader of group will be objNull and will not automatically be reassigned.
Groups:
Groups

Syntax

Syntax:
group selectLeader unitName
Parameters:
group: 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:
commandFollowdoFollowformationLeaderformLeaderisFormationLeaderleadersetLeader

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