SetCreatureRacialType

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

Jump to: navigation, search

Sets a creature's racial type

void SetCreatureRacialType(
object oCreature,
int nRacialType
);
Parameters:
oCreature
The creature whose racial type we set
nRacialType
A RACE_* constant
Returns:

Nothing.

Source:

script.ldf

Description

Sets a creature's racial type. This has far reaching implications and should not be called outside of character creation.

See also

GetCreatureRacialType