GENDER_* Constant Group

From NWN Lexicon
Revision as of 15:04, 22 June 2023 by Jasperre (talk | contribs) (Jasperre moved page Gender to GENDER)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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