Open main menu

UESPWiki β

Morrowind Mod:XGetBaseSpe

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xGetBaseSpe returns the base (unmodifed) speed for the NPC.

SyntaxEdit

speed (float): ref->xGetBaseSpe

ExampleEdit

long npcRef
float value

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

See AlsoEdit