Difference between revisions of "IsImmortal"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(fill in missing fields, remove tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsImmortal
 
|name=IsImmortal
|brief=
+
|brief=Reports whether an object has its [[immortal]] flag set.
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=the object to test for immortality
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=TRUE if it's immortal, FALSE otherwise
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 19:30, 24 February 2010

Reports whether an object has its immortal flag set.

int IsImmortal(
object oObject
);
Parameters:
oObject
the object to test for immortality
Returns:

TRUE if it's immortal, FALSE otherwise

Source:

script.ldf