isGroupDeletedWhenEmpty: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.68 | |1.68 | ||
|gr1= Groups | |gr1= Groups | ||
| Checks if the given group marked for auto-deletion when empty. See [[deleteGroupWhenEmpty]]. | | Checks if the given group marked for auto-deletion when empty. See [[deleteGroupWhenEmpty]]. | ||
| '''isGroupDeletedWhenEmpty''' group | | '''isGroupDeletedWhenEmpty''' group | ||
|p1= group: [[Group]] | |p1= group: [[Group]] | ||
| [[Boolean]] - [[true]] the group is marked for auto-deletion when empty | | [[Boolean]] - [[true]] the group is marked for auto-deletion when empty | ||
|x1= <code>_isMarked = [[isGroupDeletedWhenEmpty]] _group;</code> | |x1= <code>_isMarked = [[isGroupDeletedWhenEmpty]] _group;</code> | ||
| [[deleteGroup]], [[deleteGroupWhenEmpty]], [[createGroup]], [[group]], [[setGroupId]], [[groupID]], [[units]], [[groupFromNetId]], [[netId]], [[leader]], [[selectLeader]], [[join]], [[createCenter]], [[createUnit]], [[createVehicle]], [[Side]] | | [[deleteGroup]], [[deleteGroupWhenEmpty]], [[createGroup]], [[group]], [[setGroupId]], [[groupID]], [[units]], [[groupFromNetId]], [[netId]], [[leader]], [[selectLeader]], [[join]], [[createCenter]], [[createUnit]], [[createVehicle]], [[Side]] | ||
}} | }} |
Revision as of 00:41, 18 January 2021
Description
- Description:
- Checks if the given group marked for auto-deletion when empty. See deleteGroupWhenEmpty.
- Groups:
- Groups
Syntax
- Syntax:
- isGroupDeletedWhenEmpty group
- Parameters:
- group: Group
- Return Value:
- Boolean - true the group is marked for auto-deletion when empty
Examples
- Example 1:
_isMarked = isGroupDeletedWhenEmpty _group;
Additional Information
- See also:
- deleteGroupdeleteGroupWhenEmptycreateGroupgroupsetGroupIdgroupIDunitsgroupFromNetIdnetIdleaderselectLeaderjoincreateCentercreateUnitcreateVehicleSide
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