Back to Home
ESO Function Data v100027
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:780
--
local function SetButtonTextures(btn, textures)
ingame/map/worldmap.lua:1208
--
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:810
--
SetButtonTextures(self.leftArrow, buttonTextures.LEFT)
ingame/crowncrates/crowncratespackchoosing.lua:811
--
SetButtonTextures(self.rightArrow, buttonTextures.RIGHT)
ingame/map/worldmap.lua:1250
--
SetButtonTextures(ZO_WorldMapButtonsFloorsUp, buttonTextures.UP)
ingame/map/worldmap.lua:1251
--
SetButtonTextures(ZO_WorldMapButtonsFloorsDown, buttonTextures.DOWN)
ingame/map/worldmap.lua:1252
--
SetButtonTextures(ZO_WorldMapButtonsLevelsUp, buttonTextures.UP)
ingame/map/worldmap.lua:1253
--
SetButtonTextures(ZO_WorldMapButtonsLevelsDown, buttonTextures.DOWN)