Back to Home
ESO Function Data v100018
AddRotation()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_scenegraph/zo_scenegraphnode.lua:91
--
function ZO_SceneGraphNode:AddRotation(radians)
Local Function Definitions
No known local definitions for this function.
Function Calls
libraries/zo_scenegraph/zo_scenegraph.lua:49
--
self.cameraNode:AddRotation(-radians)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:180
--
self.linesNode:AddRotation(deltaS * LINES_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:181
--
self.rings1Node:AddRotation(deltaS * RINGS_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:182
--
self.rings2Node:AddRotation(deltaS * -RINGS_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:183
--
self.daedricTextNode:AddRotation(deltaS * DAEDRIC_TEXT_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:184
--
self.constellationsNode:AddRotation(deltaS * CONSTELLATIONS_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:185
--
self.coldHarborNode:AddRotation(deltaS * COLD_HARBOR_ROTATION_RADIANS_PER_S)
pregame/pregameanimatedbackground/pregameanimatedbackground.lua:186
--
self.coldHarborIslandNode:AddRotation(deltaS * COLD_HARBOR_ISLAND_ROTATION_RADIANS_PER_S)