Difference between revisions of "Ability IsBloodMagic"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Adding category, fixing source module and description)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = Ability_IsBloodMagic
+
|name         = Ability_IsBloodMagic
|brief = Returns TRUE if the specified ability is a blood magic ability
+
|brief         = Returns TRUE if the specified ability is a blood magic ability.
|param1type = object
+
|param1type   = object
|param1name = oCaster
+
|param1name   = oCaster
|param1desc = {{undocumented}}
+
|param1desc   = The creature using the ability
|param1default =
+
|param1default =  
|returntype = int
+
|returntype   = int
|returndesc = TRUE or FALSE
+
|returndesc   = TRUE or FALSE
|sourcefile = ability_h
+
|sourcefile   = ability_h
|sourcemodule = Core Resources
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
+
== Description == <!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
<!-- == Description == -->
+
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
+
 
+
 
Used by the spell cost functions to determine whether or not to cast from health or mana/stamina.
 
Used by the spell cost functions to determine whether or not to cast from health or mana/stamina.
 
+
<!-- == Remarks == --><!-- This section contains additional comments, observations and known issues. -->
<!-- == Remarks == -->
+
<!-- == Examples == --><!-- This section contains examples transcluded from the snippet library. -->
<!-- This section contains additional comments, observations and known issues. -->
+
<!-- == See also == --><!-- This section contains links to articles, functions or constant groups. -->
 
+
[[Category:Ability functions]]
<!-- == Examples == -->
+
<!-- This section contains examples transcluded from the snippet library. -->
+
 
+
<!-- == See also == -->
+
<!-- This section contains links to articles, functions or constant groups. -->
+

Latest revision as of 03:16, 4 April 2015

Returns TRUE if the specified ability is a blood magic ability.

int Ability_IsBloodMagic(
object oCaster
);
Parameters:
oCaster
The creature using the ability
Returns:

TRUE or FALSE

Source:

Core Game Resources.ability_h

Description

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