GetPosEx
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Outputs the XYZ position values of the calling reference into the 3 specified script variables.
Syntax
reference.GetPosEx resPosX:ScriptVar resPosY:ScriptVar resPosZ:ScriptVar
Example
float fPosX float fPosY float fPosZ objectRef.GetPosEx fPosX fPosY fPosZ