SetCreatureGender

From Dragon Age Toolset Wiki
Revision as of 22:41, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, remove tag)

Jump to: navigation, search

Set the gender of a creature

void SetCreatureGender(
object oCreature,
int nGender
);
Parameters:
oCreature
the creature whose gender is to be set
nGender
GENDER* const
Returns:

Nothing.

Source:

script.ldf

Description

Sets the gender of a creature to a GENDER_* const. To be used only in character creation.