IsCreated - ObjectReference

Member of: ObjectReference Script

Checks to see if this object was created in-game.

SyntaxEdit

bool Function IsCreated() native

ParametersEdit

None.

Return ValueEdit

True if this object was created in-game.

ExamplesEdit

if (ImportantActor.IsCreated())
  Debug.Trace("Found spawned actor.")
endIf

See AlsoEdit