IsDestroyed - ObjectReference

Revision as of 09:41, 14 March 2013 by imported>Gawdl3y (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Checks to see if this object is currently destroyed.

SyntaxEdit

bool Function IsDestroyed() native

ParametersEdit

None.

Return ValueEdit

If this object is currently destroyed.

ExamplesEdit

; Is the object destroyed?
if (DoomMoon.IsDestroyed())
  Debug.Trace("The doom moon is destroyed!")
endIf

See AlsoEdit