BIS_fnc_removeDestroyedCuratorEditableObjects
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Make destroyed curator objects non-editable.
Syntax
- Syntax:
- [object, parentClasses] call BIS_fnc_removeDestroyedCuratorEditableObjects
- Parameters:
- object: Object - Curator module or objects to be removed after death
- parentClasses: Array of strings - Parent classes of objects to be removed (e.g., "Man")
- Return Value:
- Boolean
Examples
- Example 1:
-
[curatorModule, ["Man"]] call BIS_fnc_removeDestroyedCuratorEditableObjects;
Additional Information
Notes