Back to Home
ESO Function Data v100034
SetButtonTextures()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
ingame/champion/championstar.lua:731
--
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/champion/championstar.lua:749
--
SetButtonTextures(decreaseBtn, template.DECREASE)
ingame/champion/championstar.lua:750
--
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)