formationLeader: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Return leader of the formation. |= | | Return leader of the formation. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Object]] <nowiki>=</nowiki> '''formationLeader''' unitName|= | | [[Object]] <nowiki>=</nowiki> '''formationLeader''' unitName|SYNTAX= | ||
|p1= unitName: [[Object]] |= | |p1= unitName: [[Object]] |PARAMETER1= | ||
| [[Object]] |= | | [[Object]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>? (formationLeader player != leader player) : | |x1= <pre>? (formationLeader player != leader player) : | ||
hint "Formation leader is not the group leader."</pre> |= | hint "Formation leader is not the group leader."</pre> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[formLeader]], [[leader]], [[isFormationLeader]], [[selectLeader]] |= | | [[formLeader]], [[leader]], [[isFormationLeader]], [[selectLeader]] |SEEALSO= | ||
}} | }} |
Revision as of 14:39, 7 April 2019
Description
- Description:
- Return leader of the formation.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
? (formationLeader player != leader player) : hint "Formation leader is not the group leader."
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
- Posted on December 2, 2006 - 00:46
- Kronzky
- Return value is <NULL-OBJECT> if no group members exist.