Back to Home
ESO Function Data v100021
SetX()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_scenegraph/zo_scenegraphnode.lua:54
--
function ZO_SceneGraphNode:SetX(x)
Local Function Definitions
No known local definitions for this function.
Function Calls
libraries/zo_scenegraph/zo_scenegraph.lua:33
--
self.cameraNode:SetX(-x)
libraries/zo_scenegraph/zo_scenegraphnode.lua:51
--
self:SetX(self.translateX + dx)
libraries/zo_scenenodering/zo_scenenodering.lua:53
--
node:SetX(self.radius)
pregame/pregameanimatedbackground/morrowindbackground.lua:225
--
self.node:SetX(offsetX)
pregame/pregameanimatedbackground/morrowindbackground.lua:305
--
self.node:SetX(x)
pregame/pregameanimatedbackground/morrowindbackground.lua:605
--
self.smokeNode1:SetX(self.smokeNode1:ComputeSizeForDepth(smoke1X * self.magnification, 0, SMOKE_DEPTH, CAMERA_START_DEPTH))
pregame/pregameanimatedbackground/morrowindbackground.lua:611
--
self.smokeNode2:SetX(self.smokeNode2:ComputeSizeForDepth(smoke2X * self.magnification, 0, SMOKE_DEPTH, CAMERA_START_DEPTH))