ESO Function Data v100013
SetTextureCoords()
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
- common/gamepad/gamepadquadrants.lua:45 -- self:SetTextureCoords(left, right, top, bottom)
- ingame/actionbar/actionbutton.lua:338 -- self.icon:SetTextureCoords(0, 1, textureCoord, 1)
- ingame/actionbar/actionbutton.lua:339 -- self.cooldownIcon:SetTextureCoords(0, 1, 0, textureCoord)
- ingame/championperks/championconstellation.lua:33 -- self.constellationTexture:SetTextureCoords(cLeft, cRight, cTop, cBottom)
- ingame/championperks/championconstellation.lua:39 -- self.constellationGlowTexture:SetTextureCoords(cLeft, cRight, cTop, cBottom)
- ingame/championperks/championconstellation.lua:45 -- self.constellationMouseoverTexture:SetTextureCoords(cLeft, cRight, cTop, cBottom)
- ingame/championperks/championperks.lua:1336 -- texture:SetTextureCoords(0, 1/8, 0, 1/4)
- ingame/championperks/championperks.lua:1349 -- texture:SetTextureCoords(0, 1/8, 0, 1/8)
- ingame/championperks/championperks.lua:1362 -- texture:SetTextureCoords(0, 1/8, 0, 1/4)
- ingame/championperks/championperks.lua:1372 -- texture:SetTextureCoords(0, 1/8, 0, 1/4)
- ingame/championperks/championstar.lua:356 -- self.texture:SetTextureCoords(0, 1 / animationCellsSize, 0, 1 / animationCellsSize)
- ingame/dyeing/dyeing_shared.lua:326 -- self:SetTextureCoords(ZO_DYEING_FRAME_INDEX, left, right, top, bottom)
- ingame/dyeing/dyeing_shared.lua:347 -- self:SetTextureCoords(ZO_DYEING_MUNGE_INDEX, left, right, top, bottom)
- ingame/guild/keyboard/guildheraldry_keyboard.lua:561 -- self:SetTextureCoords(STYLE_FRAME_INDEX, left, right, top, bottom)
- ingame/map/worldmap.lua:2170 -- control:SetTextureCoords(0, 1, 0, 1)
- ingame/reticle/reticle.lua:418 -- self.stealthEyeTexture:SetTextureCoords(0, 1 / STEALTH_ANIMATION_FRAMES, 0, 1)
- ingame/reticle/reticle.lua:420 -- self.stealthEyeTexture:SetTextureCoords(0.5 - 1 / STEALTH_ANIMATION_FRAMES, 0.5, 0, 1)
- ingame/reticle/reticle.lua:422 -- self.stealthEyeTexture:SetTextureCoords(1 - 1 / STEALTH_ANIMATION_FRAMES, 1, 0, 1)
- ingame/unitattributevisualizer/modules/arrowregeneration.lua:208 -- arrow:SetTextureCoords(0, 1, 0, 1)
- ingame/unitattributevisualizer/modules/arrowregeneration.lua:211 -- arrow:SetTextureCoords(1, 0, 0, 1)
- ingame/unitattributevisualizer/modules/arrowregeneration.lua:230 -- arrow:SetTextureCoords(1, 0, 0, 1)
- ingame/unitattributevisualizer/modules/arrowregeneration.lua:233 -- arrow:SetTextureCoords(0, 1, 0, 1)
- internalingame/market/largesinglemarketproduct_base.lua:40 -- self.background:SetTextureCoords(0, TEXTURE_WIDTH_COORD, 0, TEXTURE_HEIGHT_COORD)
- internalingame/market/gamepad/marketclasses_gamepad.lua:70 -- self.background:SetTextureCoords(0, coordRight, 0, coordBottom)
- internalingame/market/keyboard/marketclasses_keyboard.lua:632 -- self:SetTextureCoords(SURFACE_FRAME_INDEX, left, right, top, bottom)
- libraries/utility/zo_tabbuttongroup.lua:208 -- left:SetTextureCoords(leftCoords.left, leftCoords.right, leftCoords.top, leftCoords.bottom)
- libraries/utility/zo_tabbuttongroup.lua:211 -- center:SetTextureCoords(centerCoords.left, centerCoords.right, centerCoords.top, centerCoords.bottom)
- libraries/utility/zo_tabbuttongroup.lua:214 -- right:SetTextureCoords(rightCoords.left, rightCoords.right, rightCoords.top, rightCoords.bottom)
- libraries/utility/zo_tabbuttongroup.lua:242 -- GetControl(tab, "Highlight"):SetTextureCoords(0, 1, 0, 1)
- libraries/utility/zo_tabbuttongroup.lua:411 -- icon:SetTextureCoords(visualData.textureLeft or 0, visualData.textureRight or 1, visualData.textureTop or 0, visualData.textureBottom or 1)
- libraries/zo_templates/windowtemplates.lua:422 -- background.top:SetTextureCoords(textureCoordLeft, 1, 0, ZO_SCALABLE_BACKGROUND_CENTER_TEXTURE_TOP_COORD)
- libraries/zo_templates/windowtemplates.lua:423 -- background.bottom:SetTextureCoords(textureCoordLeft, 1, ZO_SCALABLE_BACKGROUND_CENTER_TEXTURE_BOTTOM_COORD, 1)
- libraries/zo_templates/windowtemplates.lua:424 -- background.center:SetTextureCoords(textureCoordLeft, 1, ZO_SCALABLE_BACKGROUND_CENTER_TEXTURE_TOP_COORD, ZO_SCALABLE_BACKGROUND_CENTER_TEXTURE_BOTTOM_COORD)
- libraries/zo_tooltip/zo_tooltip.lua:750 -- texture:SetTextureCoords(left, right, top, bottom)