isGroupDeletedWhenEmpty: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
mNo edit summary
Line 6: Line 6:
|1.68|Game version=
|1.68|Game version=


 
|gr1= Groups |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:22, 20 September 2020

Hover & click on the images for description

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

Notes

Bottom Section