Back to Home
ESO Function Data v100032
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:558
--
local function SetButtonTextures(btn, textures)
ingame/crowncrates/crowncratespackchoosing.lua:771
--
local function SetButtonTextures(btn, textures)
ingame/map/worldmap.lua:458
--
local function SetButtonTextures(button, textures)
Function Calls
ingame/championperks/championstar.lua:578
--
SetButtonTextures(decreaseBtn, template.DECREASE)
ingame/championperks/championstar.lua:579
--
SetButtonTextures(increaseBtn, template.INCREASE)
ingame/crowncrates/crowncratespackchoosing.lua:806
--
SetButtonTextures(self.leftArrow, buttonTextures.LEFT)
ingame/crowncrates/crowncratespackchoosing.lua:807
--
SetButtonTextures(self.rightArrow, buttonTextures.RIGHT)
ingame/map/worldmap.lua:499
--
SetButtonTextures(ZO_WorldMapButtonsFloorsUp, buttonTextures.UP)
ingame/map/worldmap.lua:500
--
SetButtonTextures(ZO_WorldMapButtonsFloorsDown, buttonTextures.DOWN)
ingame/map/worldmap.lua:501
--
SetButtonTextures(ZO_WorldMapButtonsLevelsUp, buttonTextures.UP)
ingame/map/worldmap.lua:502
--
SetButtonTextures(ZO_WorldMapButtonsLevelsDown, buttonTextures.DOWN)