[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
- DeleteWhenAble() will pause the current script and will not return until the object has been deleted successfully.
- Using DeleteWhenAble() within a scene can cause it to stall. ( This needs independent verification. My assumption is that the scene is waiting for the operation to complete. )
Examples
; Deletes the specified reference when its parent cell is gone
TempReference.DeleteWhenAble()Auto-Generated Example
myObjectReference__toCallFunctionOn.DeleteWhenAble()