leader: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=")
m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ")
Line 28: Line 28:
|descr= Returns the group leader for the given '''unit''' or '''group'''. For dead units, [[objNull]] is returned.
|descr= Returns the group leader for the given '''unit''' or '''group'''. For dead units, [[objNull]] is returned.


|s1= '''leader''' unitOrGroup
|s1= [[leader]]  unitOrGroup


|p1=unitOrGroup: [[Object]] or [[Group]]
|p1=unitOrGroup: [[Object]] or [[Group]]

Revision as of 17:44, 12 June 2021

Hover & click on the images for description

Description

Description:
Returns the group leader for the given unit or group. For dead units, objNull is returned.
Groups:
Groups

Syntax

Syntax:
leader unitOrGroup
Parameters:
unitOrGroup: Object or Group
Return Value:
Object

Examples

Example 1:
leader group player == leader player;
Example 2:
leader group vehicle player;
Example 3:
leader player;

Additional Information

See also:
formationLeaderformLeaderisFormationLeaderselectLeader

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