IsCreated - ObjectReference
Jump to navigation
Jump to search
Member of: ObjectReference Script
Checks to see if this object was created in-game.
Syntax[edit | edit source]
bool Function IsCreated() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
True if this object was created in-game.
Examples[edit | edit source]
if (ImportantActor.IsCreated())
Debug.Trace("Found spawned actor.")
endIf