leader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Returns the group leader for the given unit or group. For dead units, objNull is returned. |= | |Returns the group leader for the given unit or group. For dead units, objNull is returned. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Object]] <nowiki>=</nowiki> '''leader''' unitName |= | | [[Object]] <nowiki>=</nowiki> '''leader''' unitName |SYNTAX= | ||
|p1 =unitName: [[Object]] or [[Group]] | |p1 =unitName: [[Object]] or [[Group]] | ||
| [[Object]] |= | | [[Object]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 26: | Line 26: | ||
|x3 =<code>_UnitLeader <nowiki>=</nowiki> [[leader]] [[player]] </code> | |x3 =<code>_UnitLeader <nowiki>=</nowiki> [[leader]] [[player]] </code> | ||
| [[formationLeader]], [[formLeader]], [[isFormationLeader]], [[selectLeader]] |= | | [[formationLeader]], [[formLeader]], [[isFormationLeader]], [[selectLeader]] |SEEALSO= | ||
}} | }} |
Revision as of 14:42, 7 April 2019
Description
- Description:
- Returns the group leader for the given unit or group. For dead units, objNull is returned.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
leader group player == leader player
- Example 2:
_GroupLeader = leader (group (vehicle player))
- Example 3:
_UnitLeader = leader player
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Groups