formLeader
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Returns the formation leader of a given unit. This is often the same as the group leader, but not always, for example in cases when a unit is ordered to follow another unit.
Syntax
- Syntax:
- Person= formLeader Unit
- Parameters:
- Person
- Unit
- Return Value:
- Object - the leader of the formation is returned. If used on a dead unit, the returned value is objNull
Examples
- Example 1:
? (formLeader player != leader player) : hint "The formation leader is different to the group leader!"
returns X
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- formationLeader, leader, isFormationLeader, selectLeader

