Back to Home
ESO Function Data v100026
SetButtonTextures()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
ingame/championperks/championstar.lua:564
--
local function SetButtonTextures(btn, textures)
ingame/crowncrates/crowncratespackchoosing.lua:779
--
local function SetButtonTextures(btn, textures)
ingame/map/worldmap.lua:1202
--
local function SetButtonTextures(button, textures)
Function Calls
ingame/championperks/championstar.lua:579
--
SetButtonTextures(decreaseBtn, template.DECREASE)
ingame/championperks/championstar.lua:580
--
SetButtonTextures(increaseBtn, template.INCREASE)
ingame/crowncrates/crowncratespackchoosing.lua:809
--
SetButtonTextures(self.leftArrow, buttonTextures.LEFT)
ingame/crowncrates/crowncratespackchoosing.lua:810
--
SetButtonTextures(self.rightArrow, buttonTextures.RIGHT)
ingame/map/worldmap.lua:1246
--
SetButtonTextures(ZO_WorldMapButtonsFloorsUp, buttonTextures.UP)
ingame/map/worldmap.lua:1247
--
SetButtonTextures(ZO_WorldMapButtonsFloorsDown, buttonTextures.DOWN)
ingame/map/worldmap.lua:1248
--
SetButtonTextures(ZO_WorldMapButtonsLevelsUp, buttonTextures.UP)
ingame/map/worldmap.lua:1249
--
SetButtonTextures(ZO_WorldMapButtonsLevelsDown, buttonTextures.DOWN)