IsDead

From Dragon Age Toolset Wiki
Revision as of 22:38, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Is this object dead?

int IsDead(
object oObject = OBJECT_SELF
);
Parameters:
oObject
the object that we are checking
Returns:

Returns TRUE if the object's dead flag is set to true or its health is 0 or less, otherwise FALSE

Source:

script.ldf

Description

Is this object dead?