leader: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (merged alt syntax)
No edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Returns the group leader for the given unit or group. For dead units, objNull is returned.  |= Description
|Returns the group leader for the given unit. For dead units, objNull is returned.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Unit|Unit]] <nowiki>=</nowiki> '''leader''' UnitOrGroup |= Syntax
| [[Object#Unit|Unit]] <nowiki>=</nowiki> '''leader''' unitName |= Syntax


|p1 =UnitOrGroup: [[Object#Unit|Unit]] or [[Group]]
|p1 =unitName: [[Object]]


| [[Object]] |= Return value
| [[Object]] |= Return value

Revision as of 20:30, 23 January 2009

Hover & click on the images for description

Description

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

Syntax

Syntax:
Unit = leader unitName
Parameters:
unitName: Object
Return Value:
Object

Examples

Example 1:
leader group player == leader player
Example 2:
_GroupLeader = leader (group (vehicle player))
Example 3:
_UnitLeader = 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

Notes

Bottom Section