Open main menu

UESPWiki β

Morrowind Mod:XSetRef

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xSetRef provides a way of calling object functions where the syntax does not allow it, e.g. "set myalchemyskill to myobject->GetAlchemy" does not work because the original set statement does not allow the use of variables as objects.

SyntaxEdit

xSetRef reference (long)

ExampleEdit

long myobject
long myalchemyskill

xSetRef myobject
set myalchemyskill to GetAlchemy

See AlsoEdit