group
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 group a unit is assigned to.
Syntax
- Syntax:
- Group = group Unit
- Parameters:
- Unit: Person or Vehicle
- Return Value:
- Group - For dead units, the returned group equals grpNull.
Examples
- Example 1:
_playerGrp = group player
Additional Information
- Multiplayer:
- Behaviour unknown.
- Problems:
- In MP the command is not initialised in functions called by initline or init eventhandlers.
- See also:
- join, leader
Notes
Notes
Notes
- Posted on August 19, 2006 - 12:00
- jafarin
-
Few rules about group in OFP:R.
1) When last man in group die or is moved to other group, group will be destroyed, and it can't be used anymore.
2) 1st man joined to empty group will be group leader.

