group: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ")
Line 27: Line 27:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on August 19, 2006 - 12:00
<dd class="notedate">Posted on August 19, 2006 - 12:00</dd>
<dt class="note">[[User:jafarin|jafarin]]<dd class="note">
<dt class="note">[[User:jafarin|jafarin]]<dd class="note">
Few rules about group in OFP:R.<br>
Few rules about group in OFP:R.<br>

Revision as of 02:01, 30 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Problems:
In MP the command is not initialised in functions called by initline or init eventhandlers.
Groups:
Groups

Syntax

Syntax:
Syntax needed
Parameters:
object: Object
Return Value:
Return value needed

Examples

Example 1:
_playerGrp = group player

Additional Information

See also:
See also needed

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.
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.