Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsDeleted()Native

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.")
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsDeleted()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.