isGroupDeletedWhenEmpty

From Bohemia Interactive Community
Revision as of 22:24, 7 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Checks if the given group marked for auto-deletion when empty. See deleteGroupWhenEmpty.
It might take up to a minute for the groups marked for auto-deletion when empty to get deleted when they become empty.
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 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 does not mean that the group will not be deleted at all. It has no influence on the engine functionality whatsoever.
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:
deleteGroup deleteGroupWhenEmpty createGroup group setGroupId groupID units groupFromNetId netId leader selectLeader join createCenter createUnit createVehicle Side

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