isFormationLeader: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
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 02:43, 17 January 2021

Hover & click on the images for description

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

See also:
commandFollowdoFollowformationLeaderformLeaderleaderselectLeadersetLeader

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