Open main menu

UESPWiki β

Morrowind Mod:XIsProvider

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xIsProvider returns a non-zero value if the NPC/creature sells spells, repairs armor and weapons, or is an enchanter or spell maker. Otherwise it returns a 0.

SyntaxEdit

provider (long): ref->xIsProvider

ExampleEdit

long npcRef
long result

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

See AlsoEdit