ESODecoded

EVENT_ACTION_LAYER_PUSHED

ESO Lua API function — used by 94 of the 3,030 addons we indexed (combined 31,912,559 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

EVENT_ACTION_LAYER_PUSHED(luaindex layerIndex, luaindex activeLayerIndex)

Real usage — from Bandits User Interface

		--EVENT_MANAGER:RegisterForEvent("BUI_Event", EVENT_ACTION_LAYER_POPPED	,OnLayerChange)
		EVENT_MANAGER:RegisterForEvent("BUI_Event", EVENT_ACTION_LAYER_PUSHED	,OnLayerChange)
	else

Short excerpt from the shipping addon Bandits User Interfaceits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Bandits User Interface6,130,317
AUI - Advanced UI5,406,091
CraftStore5,176,147
Inventory Insight2,763,446
Votan's Fisherman1,662,523
LibSFUtils1,648,729