formationLeader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
| [[Object]] |= Return value | | [[Object]] |= Return value | ||
____________________________________________________________________________________________ | |||
|x1= <pre>? (formationLeader player != leader player) : | |||
hint "Formation leader is not the group leader."</pre> |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 23:42, 22 January 2009
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.