GetGender(object)
Determines the gender of a creature.
int GetGender( object oCreature );
Parameters
oCreature
The creature that we are interested in.
Description
Returnes the gender (GENDER_*) of oCreature.
Version
1.22
See Also
categories: | Get Data from Creature Functions |
constants: | GENDER_* Constants |
author: Tom Cassiotis