group: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 34: | Line 34: | ||
|r1= [[Group]] - for dead units, the returned group equals [[grpNull]]. | |r1= [[Group]] - for dead units, the returned group equals [[grpNull]]. | ||
|x1= <code>_playerGrp <nowiki>=</nowiki> group | |x1= <code>_playerGrp <nowiki>=</nowiki> group player</code> | ||
|pr= In MP the command is not initialised in functions called by initline or init eventhandlers. | |pr= In MP the command is not initialised in functions called by initline or init eventhandlers. |
Revision as of 11:09, 12 May 2022
Description
- Description:
- Returns the group a unit is assigned to.
- Problems:
- In MP the command is not initialised in functions called by initline or init eventhandlers.
- Groups:
- Groups
Syntax
- Syntax:
- group object
- Parameters:
- object: Object
- Return Value:
- Group - for dead units, the returned group equals grpNull.
Examples
- Example 1:
_playerGrp = group player
Additional Information
- See also:
- local join leader units allGroups groupID setGroupId setGroupIdGlobal
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
- Posted on August 19, 2006 - 12:00
- jafarin
-
Few rules about group in OFP:R:
- When last man in group die or is moved to other group, group will be destroyed, and it can't be used anymore.
- First man joined to empty group will be group leader.
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Groups