Difference between revisions of "ABILITY *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of uncategorized)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 13: Line 12:
 
}}
 
}}
 
{{Constant table end}}
 
{{Constant table end}}
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 +
 +
There are many other ABILITY_* constants defined in the core scripts. Each skill has four ABILITY_SKILL constants (one for each level of skill), there's an ABILITY_SPELL for each spell, ABILITY_TALENT for talents, ABILITY_TRAIT for inherent traits, etc.
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->
Line 22: Line 23:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Uncategorised constants]]
+
[[Category:Constants]]
 +
[[Category:Abilities]]

Latest revision as of 20:16, 3 August 2011

Source: script.ldf
Constant name Type Value Description Source
ABILITY_INVALID int 0 script.ldf

Remarks

There are many other ABILITY_* constants defined in the core scripts. Each skill has four ABILITY_SKILL constants (one for each level of skill), there's an ABILITY_SPELL for each spell, ABILITY_TALENT for talents, ABILITY_TRAIT for inherent traits, etc.