GetCreatureRacialType

From Dragon Age Toolset Wiki
Revision as of 16:30, 25 September 2016 by Sunjammer (Talk | contribs) (Added "See also")

Jump to: navigation, search

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