group: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(updated SeeAlso) |
||
(52 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| ofp |= | |game1= ofp | ||
|version1= 1.00 | |||
|1.00 | |game2= ofpe | ||
|version2= 1.00 | |||
| | |game3= arma1 | ||
|version3= 1.00 | |||
| | |game4= arma2 | ||
|version4= 1.00 | |||
| | |game5= arma2oa | ||
|version5= 1.50 | |||
|game6= tkoh | |||
|version6= 1.00 | |||
| | |game7= arma3 | ||
|version7= 0.50 | |||
| | |gr1= Groups | ||
| | |arg= global | ||
|descr= Returns the group a unit is assigned to. | |||
|s1= [[group]] object | |||
|p1= object: [[Object]] | |||
|r1= [[Group]] - for dead units, the returned group equals [[grpNull]]. | |||
|x1= <sqf>_playerGrp = group player;</sqf> | |||
< | |||
|pr= In MP the command is not initialised in functions called by initline or init eventhandlers. | |||
|seealso= [[local]] [[join]] [[leader]] [[units]] [[allGroups]] [[groups]] [[groupID]] [[setGroupId]] [[setGroupIdGlobal]] | |||
}} | |||
{{Note | |||
|user= jafarin | |||
|timestamp= 200608191200 | |||
|text= 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. | |||
}} | |||
Latest revision as of 07:41, 12 April 2023
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:
Additional Information
- See also:
- local join leader units allGroups groups 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 Aug 19, 2006 - 12:00 (UTC)
-
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