Morrowind Mod:XIsFemale

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A function added by MWSE.

xIsFemale returns 1 if the NPC is female and 0 otherwise.

Syntax[edit]

female (long): ref->xIsFemale

Example[edit]

long npcRef
long result

Setx npcRef to xGetRef "npc"
Setx result to npcRef->xIsFemale

See Also[edit]

xIsTrader
xIsTrainer
xIsProvider
xGetService
xSetService
xModService
xGetBaseGold
xGetGold
xSetBaseGold
xSetGold