GENDER_* Constant Group

From NWN Lexicon
Jump to navigationJump to search

List of genders

Constants

Constant Value Description
GENDER_BOTH 2 Specifies the male and female gender.
GENDER_FEMALE 1 Specifies the female gender.
GENDER_MALE 0 Specifies the male gender.
GENDER_NONE 4 Specifies the lack of gender.
GENDER_OTHER 3 Specifies a gender that isn't male or female (or none).

See Also

functions:  GetStringByStrRef GetGender