Back to Home
ESO Function Data v101044
SetRotation()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/map/mappin.lua:2992
--
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:407
--
node:SetRotation(progress * ROTATION_DELTA)
ingame/champion/champion.lua:861
--
skyCloudNode:SetRotation(zo_lerp(0, ZO_TWO_PI, indexLerpValue))
ingame/champion/champion.lua:909
--
self.darknessRingNode:SetRotation(6.11)
ingame/champion/champion.lua:2065
--
self.radialSelectorNode:SetRotation(angle - ZO_HALF_PI)
ingame/champion/champion.lua:2331
--
self.cloudsNode:SetRotation(self.cloudsNode:GetRotation() + 0.03 * frameDeltaSecs)
ingame/champion/champion.lua:2332
--
self.skyCloudsNode:SetRotation(self.skyCloudsNode:GetRotation() + 0.01 * frameDeltaSecs)
ingame/champion/champion.lua:2333
--
self.smokeNode:SetRotation(self.smokeNode:GetRotation() + 0.05 * frameDeltaSecs)
ingame/champion/champion.lua:2399
--
node:SetRotation(adjustedProgress * SPIRAL_STAR_ANGLE_DISTANCE)
ingame/champion/championconstellation.lua:35
--
self.rotatedNode:SetRotation(-ZO_HALF_PI)
ingame/map/mappin.lua:3098
--
self:SetRotation(0)
ingame/map/mappin_manager.lua:640
--
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)