createGroup: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Fix description) |
m (Repaired the poor notedate that had been robbed of its correct format) |
||
Line 57: | Line 57: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on July 10,2007</dd> | <dd class="notedate">Posted on July 10, 2007</dd> | ||
<dt class="note">[[User:5133p39|5133p39]]</dt> | <dt class="note">[[User:5133p39|5133p39]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Revision as of 21:03, 20 November 2020
Description
Syntax
- Syntax:
- createGroup side
- Parameters:
- side: Side
- Return Value:
- Group
Alternative Syntax
- Syntax:
- createGroup [side, deleteWhenEmpty] Template:since
- Parameters:
- [side, deleteWhenEmpty]: Array
- side: Side
- deleteWhenEmpty: Boolean - (Optional, default false) true to delete delete the group when empty.
- Return Value:
- Group
Examples
- Example 1:
private _group = createGroup east;
- Example 2:
private _group = createGroup [east, true];
Additional Information
- See also:
- deleteGroupdeleteGroupWhenEmptyisGroupDeletedWhenEmptygroupsetGroupIdgroupIDunitsgroupFromNetIdnetIdleaderselectLeaderjoincreateCentercreateUnitcreateVehicleSide
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 July 10, 2007
- 5133p39
- In Arma, empty groups are not automatically deleted - if you created 144 groups, you will not be able to create new group even if all units in all those groups died, because all the 144 groups still exists - you will have to delete some groups manually.
- Posted on January 04, 2011
- kju
- A group created with createGroup will get a waypoint at [0,0,0]. When you use createUnit to fill it with units, it will get an additional waypoint at the position the first unit is created. This new waypoint will also be set as currentWaypoint. However keep these two waypoints in mind when you do some scripting involving this groups' waypoints.
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Groups
- Scripting Commands: Global Effect
- Scripting Commands OFP Elite
- Scripting Commands Armed Assault
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters