SetCreatureGender

From Dragon Age Toolset Wiki
Revision as of 20:02, 3 August 2011 by Sunjammer (Talk | contribs) (Updating link)

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
a GENDER_* constant
Returns:

Nothing.

Source:

script.ldf

Description

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