isFormationLeader: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Groups |GROUP1= | |gr1= Groups |GROUP1= | ||
| Returns true if the specified unit is subgroup leader. |DESCRIPTION= | | Returns true if the specified unit is subgroup leader. |DESCRIPTION= | ||
| '''isFormationLeader''' unit |SYNTAX= | | '''isFormationLeader''' unit |SYNTAX= | ||
Line 18: | Line 15: | ||
| [[Boolean]] - [[true]] if unit is subgroup leader. |RETURNVALUE= | | [[Boolean]] - [[true]] if unit is subgroup leader. |RETURNVALUE= | ||
|x1= <code>_isLeader = [[isFormationLeader]] [[player]];</code> |EXAMPLE1= | |x1= <code>_isLeader = [[isFormationLeader]] [[player]];</code> |EXAMPLE1= | ||
| [[commandFollow]], [[doFollow]], [[formationLeader]], [[formLeader]], [[leader]], [[selectLeader]], [[setLeader]] |SEEALSO= | | [[commandFollow]], [[doFollow]], [[formationLeader]], [[formLeader]], [[leader]], [[selectLeader]], [[setLeader]] |SEEALSO= |
Revision as of 01:43, 17 January 2021
Description
- Description:
- Returns true if the specified unit is subgroup leader.
- Groups:
- Groups
Syntax
- Syntax:
- isFormationLeader unit
- Parameters:
- unit: Object - Unit being checked.
- Return Value:
- Boolean - true if unit is subgroup leader.
Examples
- Example 1:
_isLeader = isFormationLeader 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