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...')
 
m (Adding category, fixing source module and description)
 
(One intermediate revision by one other user not shown)
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 =  
|param2type =
+
|returntype   = int
|param2name =
+
|returndesc   = TRUE or FALSE
|param2desc =
+
|sourcefile   = ability_h
|param2default =
+
|sourcemodule = Core Game Resources
|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
+
|sourcemodule = Core 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.