Difference between revisions of "IsDead"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsDead
 
|name=IsDead
Line 6: Line 5:
 
|param1name=oObject
 
|param1name=oObject
 
|param1desc=the object that we are checking
 
|param1desc=the object that we are checking
 +
|param1default=OBJECT_SELF
 
|returntype=int
 
|returntype=int
 
|returndesc=Returns TRUE if the object's dead flag is set to true or its health is 0 or less, otherwise FALSE
 
|returndesc=Returns TRUE if the object's dead flag is set to true or its health is 0 or less, otherwise FALSE

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?