Open main menu

UESPWiki β

Morrowind Mod:XGetBaseEnd

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseEnd returns the base (unmodifed) endurance for the NPC.

SyntaxEdit

endurance (float): ref->xGetBaseEnd

ExampleEdit

long npcRef
float value

Setx npcRef to xGetRef "relevant_npc"
Setx value to npcRef->xGetBaseEnd

See AlsoEdit