Back to Home
ESO Function Data v100023
SetTextureRotation()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- app/loadingscreen/sharedloadingscreen.lua:351 -- self.spinner:SetTextureRotation(self.currentRotation)
- common/gamepad/zo_gamepadloading.lua:31 -- self.animation:SetTextureRotation(self.currentRotation)
- common/zo_colorpicker/zo_colorpicker_shared.lua:44 -- alphaThumbTexture:SetTextureRotation(math.pi / 2)
- ingame/housingeditor/keyboard/housingfurnitureretrieval_keyboard.lua:112 -- directionTexture:SetTextureRotation(data:GetAngleFromPlayerHeadingRadians())
- ingame/lockpick/lockpick.lua:195 -- spring:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:196 -- spring.pin:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:197 -- spring.pin.highlight:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:294 -- spring:SetTextureRotation(looseness, .5, 1)
- ingame/lockpick/lockpick.lua:295 -- pin:SetTextureRotation(-looseness, .5, 0)
- ingame/lockpick/lockpick.lua:297 -- pin.highlight:SetTextureRotation(-looseness, .5, normalizedY)
- ingame/lockpick/lockpick.lua:363 -- self.lockpick:SetTextureRotation(normalizedX * LOCKPICK_X_ROTATION_FACTOR - normalizedY * LOCKPICK_Y_ROTATION_FACTOR, normalizedX * LOCKPICK_X_ROTATION_OFFSET_FACTOR, .5)
- ingame/lockpick/lockpick.lua:366 -- self.lockpick:SetTextureRotation(normalizedX * LOCKPICK_X_ROTATION_FACTOR, normalizedX * LOCKPICK_X_ROTATION_OFFSET_FACTOR, .5)
- ingame/lockpick/lockpick.lua:404 -- self.lockpickBreakLeft:SetTextureRotation(leftRotation, normalizedRotationX, .5)
- ingame/lockpick/lockpick.lua:407 -- self.lockpickBreakRight:SetTextureRotation(rightRotation, normalizedRotationX, .5)
- ingame/map/worldmap.lua:3384 -- GetControl(self:GetControl(), "Background"):SetTextureRotation(angle)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:283 -- self.endCap:SetTextureRotation(textureRotation)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:284 -- self.capturingArrow1:SetTextureRotation(textureRotation)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:285 -- self.capturingArrow2:SetTextureRotation(textureRotation + ARROW_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:286 -- self.capturingArrow3:SetTextureRotation(textureRotation + (2 * ARROW_ARCLENGTH))
- ingame/objectivecapturemeter/objectivecapturemeter.lua:287 -- self.contestingArrow1:SetTextureRotation(textureRotation)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:288 -- self.contestingArrow2:SetTextureRotation(textureRotation - ARROW_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:289 -- self.contestingArrow3:SetTextureRotation(textureRotation - (2 * ARROW_ARCLENGTH))
- libraries/zo_particles/zo_particle.lua:133 -- self.textureControl:SetTextureRotation(startRotationRadians)
- libraries/zo_particles/zo_particletypes.lua:292 -- self.textureControl:SetTextureRotation(math.atan(slope) + leafTextureRotationRadians + tumbleRadians * progress)
- libraries/zo_radialmenu/zo_radialmenu.lua:224 -- self.selectedBackground:SetTextureRotation(rotation)
- libraries/zo_scenegraph/zo_scenegraphnode.lua:252 -- control:SetTextureRotation(self.finalRotation, ANCHOR_TO_NORMALIZED_X[anchorPoint], ANCHOR_TO_NORMALIZED_Y[anchorPoint])
- libraries/zo_scenegraph/zo_scenegraphnode.lua:254 -- control:SetTextureRotation(0)