GetCreatureRacialType

From Dragon Age Toolset Wiki
Revision as of 17:35, 25 September 2016 by Sunjammer (Talk | contribs) (Fixing typo)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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