isGroupDeletedWhenEmpty: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (rephrased the recent note) |
||
Line 8: | Line 8: | ||
|descr= Checks if the given group marked for auto-deletion when empty. See [[deleteGroupWhenEmpty]]. | |descr= Checks if the given group marked for auto-deletion when empty. See [[deleteGroupWhenEmpty]]. | ||
{{Feature | Informative | It might take up to a minute for the groups marked for auto-deletion when empty to get deleted when they become empty.}} | {{Feature | Informative | It might take up to a minute for the groups marked for auto-deletion when empty to get deleted when they become empty.}} | ||
{{Feature | Important | This command is only a getter for the deleteWhenEmpty flag in [[createGroup]] command or [[deleteGroupWhenEmpty]] command. All it | {{Feature | Important | This command is only a getter for the deleteWhenEmpty flag in [[createGroup]] command or [[deleteGroupWhenEmpty]] command. All it does is it shows what the flag was set to during group creation. [[true|True]] does not mean the group will be deleted but that it was suggested to the engine that it should be deleted. It is up to the engine how it manages groups. [[false|False]] does not mean that the group will not be deleted '''at all'''. It has no influence on the engine functionality whatsoever. }} | ||
Revision as of 15:11, 27 October 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