SetCreatureGender

From Dragon Age Toolset Wiki
Revision as of 17:37, 25 September 2016 by Sunjammer (Talk | contribs) (Added "See also")

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