Description
Wiki Description
Sets or clears this object's destroyed flag.
Documentation Comment
Sets this object as destroyed or not
Parameters
boolabDestroyed=true
CK Wiki Description
Whether the object should be destroyed or not.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abDestroyed
myObjectReference__toCallFunctionOn.SetDestroyed(myBool__abDestroyed)