Difference between revisions of "RACE *"
From Dragon Age Toolset Wiki
m (Added missing parameters) |
m (Fixing link, adding category) |
||
| Line 18: | Line 18: | ||
== Remarks == | == Remarks == | ||
<!-- This section contains additional comments, observations and known issues. --> | <!-- This section contains additional comments, observations and known issues. --> | ||
| − | These constants refer to rows in [[ | + | These constants refer to rows in [[RACE_base 2da]]. |
| − | <!-- | + | <!--== Examples == --> |
| − | == Examples == --> | + | |
<!-- This section contains examples transcluded from the snippet library. --> | <!-- This section contains examples transcluded from the snippet library. --> | ||
| − | <!-- | + | <!--== See also == --> |
| − | == See also == --> | + | |
<!-- This section contains links to articles, functions or constant groups. --> | <!-- This section contains links to articles, functions or constant groups. --> | ||
[[Category:Constants]] | [[Category:Constants]] | ||
| + | [[Category:Creature constants]] | ||
Latest revision as of 22:26, 13 March 2012
| Constant name | Type | Value | Description | Source |
|---|---|---|---|---|
| RACE_INVALID | int | 0 | 2da_constants_h | |
| RACE_DWARF | int | 1 | 2da_constants_h | |
| RACE_ELF | int | 2 | 2da_constants_h | |
| RACE_HUMAN | int | 3 | 2da_constants_h | |
| RACE_QUNARI | int | 4 | 2da_constants_h | |
| RACE_ANIMAL | int | 5 | 2da_constants_h | |
| RACE_BEAST | int | 6 | 2da_constants_h | |
| RACE_DARKSPAWN | int | 7 | 2da_constants_h | |
| RACE_DRAGON | int | 8 | 2da_constants_h | |
| RACE_GOLEM | int | 9 | 2da_constants_h | |
| RACE_SPIRIT | int | 10 | 2da_constants_h | |
| RACE_UNDEAD | int | 11 | 2da_constants_h |
Remarks
These constants refer to rows in RACE_base 2da.