Difference between revisions of "GetCreatureRacialType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Added "See also")
m (Fixing typo)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
 
|name        = GetCreatureRacialType
 
|name        = GetCreatureRacialType
|brief        = Gets a creatures racial type.
+
|brief        = Gets a creature's racial type.
 
|param1type  = object
 
|param1type  = object
 
|param1name  = oCreature
 
|param1name  = oCreature
Line 12: Line 12:
 
== 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.
+
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. --><!--

Latest revision as of 17:35, 25 September 2016

Gets a creature's racial type.

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

A RACE_* constant

Source:

script.ldf

Description

Gets a creature's racial type.

See also

SetCreatureRacialType