GetCreatureGender

From Dragon Age Toolset Wiki
Revision as of 17:28, 25 September 2016 by Sunjammer (Talk | contribs) (Created)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets a creature's gender.

int GetCreatureGender(
object oCreature
);
Parameters:
oCreature
A creature object
Returns:

A GENDER_* constant

Source:

script.ldf

Description

Gets a creature's gender.

See also

SetCreatureGender