Open main menu

UESPWiki β

Morrowind Mod:XPosition

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xPosition is a wrapper function for the original Position to allow variables.

SyntaxEdit

ref->xPosition x (float) y (float) z (float) rotation (float)

ExampleEdit

long pcRef
float x
float y
float z
float rot

Setx pcRef to xGetRef "Player"
Set x to 550
Set y to 300
Set z to 0
Set rot to 90

pcRef->xPosition x y z rot

See AlsoEdit