SetCreatureRacialType

From Dragon Age Toolset Wiki
Revision as of 16:34, 25 September 2016 by Sunjammer (Talk | contribs) (Adding link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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