Difference between revisions of "IsDead"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsDead
 
|name=IsDead

Latest revision as of 22:38, 24 February 2010

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?