SetCreatureRacialType

From Dragon Age Toolset Wiki
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