Description
Wiki Description
Checks to see if this object is currently flagged for delete.
Documentation Comment
Is this object currently flagged for delete?
Caveats
Examples
; Is the actor dead and cleaned up?
if (ImportantActor.IsDead() && ImportantActor.IsDeleted())
Debug.Trace("Actor's corpse is gone. Need to move important item to chest.")
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsDeleted()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
