group: Difference between revisions
Jump to navigation
Jump to search
m (added mp note) |
m (Fixed link) |
||
Line 25: | Line 25: | ||
|pr= In MP the command ist not initialised in functions called by initline or init eventhandlers.|= | |pr= In MP the command ist not initialised in functions called by initline or init eventhandlers.|= | ||
| [[join]], [[leader | | [[join]], [[leader]] |= See also | ||
}} | }} |
Revision as of 20:21, 24 October 2006
Description
- Description:
- Returns the group a unit is assigned to.
- Problems:
- In MP the command ist not initialised in functions called by initline or init eventhandlers.
- Groups:
- Uncategorised
Syntax
- Syntax:
- group unit
- Parameters:
- unit: Object
- Return Value:
- Group - For dead units, the returned group equals grpNull.
Examples
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 August 19, 2006 - 12:00
- jafarin
-
Few rules about group in OFP:R.
1) Groups cannot be created once a game has started. All needed groups must be previously created in the editor.
2) When last man in group die or is moved to other group, group will be destroyed, and it can't be used anymore.
3) 1st man joined to empty group will be group leader.