Difference between revisions of "GetCreatureRacialType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Added "See also")
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
|name=GetCreatureRacialType
+
|name         = GetCreatureRacialType
|brief=
+
|brief       = Gets a creatures 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 ==
<!-- == 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 creatures 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 ==
 
+
<!-- == 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]]

Revision as of 16:30, 25 September 2016

Gets a creatures racial type.

int GetCreatureRacialType(
object oCreature
);
Parameters:
oCreature
A Creature
Returns:

A RACE_* constant

Source:

script.ldf

Description

Gets a creatures racial type.

See also

SetCreatureRacialType