Difference between revisions of "Ability IsBloodMagic"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Ability_IsBloodMagic |brief = Returns TRUE if the specified ability is a blood magic ability |param1type = object |param1name = oCaster |param1desc = {{undoc...')
 
Line 6: Line 6:
 
|param1desc = {{undocumented}}
 
|param1desc = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type =
+
|returntype = int
|param2name =
+
|returndesc = TRUE or FALSE
|param2desc =
+
|param2default =
+
|param3type =
+
|param3name =
+
|param3desc =
+
|param3default =
+
|param4type =
+
|param4name =
+
|param4desc =
+
|param4default =
+
|param5type =
+
|param5name =
+
|param5desc =
+
|param5default =
+
|param6type =
+
|param6name =
+
|param6desc =
+
|param6default =
+
|param7type =
+
|param7name =
+
|param7desc =
+
|param7default =
+
|returntype =  
+
|returndesc =  
+
 
|sourcefile = ability_h
 
|sourcefile = ability_h
 
|sourcemodule = Core Resources
 
|sourcemodule = Core Resources

Revision as of 23:01, 24 February 2010

Returns TRUE if the specified ability is a blood magic ability

int Ability_IsBloodMagic(
object oCaster
);
Parameters:
oCaster
[Undocumented]
Returns:

TRUE or FALSE

Source:

Core Resources.ability_h


Used by the spell cost functions to determine whether or not to cast from health or mana/stamina.