Open main menu

UESPWiki β

Morrowind Mod:XIsFemale

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

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

SyntaxEdit

female (long): ref->xIsFemale

ExampleEdit

long npcRef
long result

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

See AlsoEdit