SetCreatureGender

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

See also

GetCreatureGender