ESODecoded

EVENT_PLAYER_DEACTIVATED

ESO Lua API event — used by 98 of the 3,030 addons we indexed (combined 55,142,441 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

EVENT_PLAYER_DEACTIVATED

Real usage — from HarvestMap

	self.container = ZO_CompassContainer
	EVENT_MANAGER:RegisterForEvent("LibNodeDetection-CompassPins", EVENT_PLAYER_DEACTIVATED, function()
		self.compassPins = {}

Short excerpt from the shipping addon HarvestMapits 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
HarvestMap9,454,533
Lost Treasure6,404,899
CraftStore5,176,147
LibCombat5,017,654
Votan's Minimap4,211,718
LibGPS4,027,526