ESO Function Data v100015
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:232 -- self.spinner:SetTextureRotation(self.currentRotation)
- common/gamepad/zo_gamepadloading.lua:31 -- self.animation:SetTextureRotation(self.currentRotation)
- ingame/dyeing/gamepad/dyeing_gamepad.lua:397 -- self.centerSwatch:SetTextureRotation(rotation)
- ingame/dyeing/gamepad/dyeing_gamepad.lua:401 -- dyeControls[i]:SetTextureRotation(rotation)
- ingame/lockpick/lockpick.lua:188 -- spring:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:189 -- spring.pin:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:190 -- spring.pin.highlight:SetTextureRotation(0)
- ingame/lockpick/lockpick.lua:287 -- spring:SetTextureRotation(looseness, .5, 1)
- ingame/lockpick/lockpick.lua:288 -- pin:SetTextureRotation(-looseness, .5, 0)
- ingame/lockpick/lockpick.lua:290 -- pin.highlight:SetTextureRotation(-looseness, .5, normalizedY)
- ingame/lockpick/lockpick.lua:356 -- self.lockpick:SetTextureRotation(normalizedX * LOCKPICK_X_ROTATION_FACTOR - normalizedY * LOCKPICK_Y_ROTATION_FACTOR, normalizedX * LOCKPICK_X_ROTATION_OFFSET_FACTOR, .5)
- ingame/lockpick/lockpick.lua:359 -- self.lockpick:SetTextureRotation(normalizedX * LOCKPICK_X_ROTATION_FACTOR, normalizedX * LOCKPICK_X_ROTATION_OFFSET_FACTOR, .5)
- ingame/lockpick/lockpick.lua:397 -- self.lockpickBreakLeft:SetTextureRotation(leftRotation, normalizedRotationX, .5)
- ingame/lockpick/lockpick.lua:400 -- self.lockpickBreakRight:SetTextureRotation(rightRotation, normalizedRotationX, .5)
- ingame/map/worldmap.lua:2934 -- GetControl(self:GetControl(), "Background"):SetTextureRotation(angle)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:205 -- self.endCap:SetTextureRotation(-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:206 -- self.capturingArrow1:SetTextureRotation(-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:207 -- self.capturingArrow2:SetTextureRotation((-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH) + ARROW_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:208 -- self.capturingArrow3:SetTextureRotation((-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH) + (2 * ARROW_ARCLENGTH))
- ingame/objectivecapturemeter/objectivecapturemeter.lua:209 -- self.contestingArrow1:SetTextureRotation(-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:210 -- self.contestingArrow2:SetTextureRotation((-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH) - ARROW_ARCLENGTH)
- ingame/objectivecapturemeter/objectivecapturemeter.lua:211 -- self.contestingArrow3:SetTextureRotation((-arrowAnchorPointPct * CAPTURE_BAR_ARCLENGTH) - (2 * ARROW_ARCLENGTH))
- libraries/zo_radialmenu/zo_radialmenu.lua:224 -- self.selectedBackground:SetTextureRotation(rotation)
- libraries/zo_scenegraph/zo_scenegraphnode.lua:253 -- control:SetTextureRotation(self.finalRotation, ANCHOR_TO_NORMALIZED_X[anchorPoint], ANCHOR_TO_NORMALIZED_Y[anchorPoint])
- libraries/zo_scenegraph/zo_scenegraphnode.lua:255 -- control:SetTextureRotation(0)