Difference between revisions of "GetCreatureRacialType"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
m (Fixing typo) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
| − | |name=GetCreatureRacialType | + | |name = GetCreatureRacialType |
| − | |brief= | + | |brief = Gets a creature's racial type. |
| − | |param1type=object | + | |param1type = object |
| − | |param1name=oCreature | + | |param1name = oCreature |
| − | |param1desc= | + | |param1desc = A Creature |
| − | |returntype=int | + | |returntype = int |
| − | |returndesc= | + | |returndesc = A [[RACE_*]] constant |
| − | |sourcefile=script.ldf | + | |sourcefile = script.ldf |
| − | |sourcemodule= | + | |sourcemodule = |
}} | }} | ||
| − | + | == Description == | |
| − | + | ||
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --> | <!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --> | ||
| − | + | Gets a creature's racial type. | |
| − | <!-- == Remarks == --> | + | <!-- == Remarks == |
| − | <!-- This section contains additional comments, observations and known issues. --> | + | --><!-- This section contains additional comments, observations and known issues. --><!-- |
| − | + | == Examples == | |
| − | <!-- == Examples == --> | + | --><!-- This section contains examples transcluded from the snippet library. --> |
| − | <!-- This section contains examples transcluded from the snippet library. --> | + | == See also == |
| − | + | ||
| − | + | ||
<!-- This section contains links to articles, functions or constant groups. --> | <!-- This section contains links to articles, functions or constant groups. --> | ||
| + | [[SetCreatureRacialType]] | ||
[[Category: Appearance functions]] | [[Category: Appearance functions]] | ||
Latest revision as of 16:35, 25 September 2016
Gets a creature's racial type.
- Parameters:
- oCreature
- A Creature
- Returns:
- A RACE_* constant
- Source:
- script.ldf
Description
Gets a creature's racial type.