Back to Home
ESO Function Data v100036
SetRotation()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/map/mappin.lua:2851
--
function ZO_MapPin:SetRotation(angle)
libraries/zo_scenegraph/zo_scenegraphnode.lua:100
--
function ZO_SceneGraphNode:SetRotation(radians)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/champion/champion.lua:383
--
node:SetRotation(progress * ROTATION_DELTA)
ingame/champion/champion.lua:837
--
skyCloudNode:SetRotation(zo_lerp(0, ZO_TWO_PI, indexLerpValue))
ingame/champion/champion.lua:885
--
self.darknessRingNode:SetRotation(6.11)
ingame/champion/champion.lua:2025
--
self.radialSelectorNode:SetRotation(angle - math.pi * 0.5)
ingame/champion/champion.lua:2291
--
self.cloudsNode:SetRotation(self.cloudsNode:GetRotation() + 0.03 * frameDeltaSecs)
ingame/champion/champion.lua:2292
--
self.skyCloudsNode:SetRotation(self.skyCloudsNode:GetRotation() + 0.01 * frameDeltaSecs)
ingame/champion/champion.lua:2293
--
self.smokeNode:SetRotation(self.smokeNode:GetRotation() + 0.05 * frameDeltaSecs)
ingame/champion/champion.lua:2359
--
node:SetRotation(adjustedProgress * SPIRAL_STAR_ANGLE_DISTANCE)
ingame/champion/championconstellation.lua:35
--
self.rotatedNode:SetRotation(-0.5 * math.pi)
ingame/map/mappin.lua:2957
--
self:SetRotation(0)
ingame/map/worldmap.lua:2125
--
playerPin:SetRotation(GetPlayerCameraHeading())
libraries/zo_scenegraph/zo_scenegraph.lua:55
--
self.cameraNode:SetRotation(-radians)
libraries/zo_scenegraph/zo_scenegraphnode.lua:97
--
self:SetRotation(self.rotation + radians)
libraries/zo_scenenodering/zo_scenenodering.lua:61
--
node:SetRotation(-currentAngle)
libraries/zo_scenenodering/zo_scenenodering.lua:91
--
self.rootNode:SetRotation(self.currentAngle)
libraries/zo_scenenodering/zo_scenenodering.lua:144
--
self.rootNode:SetRotation(self.currentAngle)