ESODecoded

EVENT_BROADCAST

ESO Lua API function — used by 32 of the 3,030 addons we indexed (combined 12,011,409 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

EVENT_BROADCAST(string message)

Real usage — from Votan's Minimap

		self.player.showMap = not self.player.showMap
		CENTER_SCREEN_ANNOUNCE:AddMessage(EVENT_BROADCAST, CSA_CATEGORY_SMALL_TEXT, nil, string.format("%s: %s", GetString(SI_VOTANSMINIMAP_SHOW_MAP), GetString(self.player.showMap and SI_CHECK_BUTT

Short excerpt from the shipping addon Votan's Minimapits 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
Votan's Minimap4,211,718
RaidNotifier Updated2,789,746
LibChatMessage2,433,233
Wykkyd Outfitter632,442
Wykkyd Toolbar567,448
RdK Group Tool193,208