EVENT_GROUP_UPDATE
ESO Lua API event — used by 81 of the 3,030 addons we indexed (combined 42,271,645 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
EVENT_GROUP_UPDATEReal usage — from Combat Metrics
em:RegisterForEvent(CMX.name .. "zone", EVENT_ZONE_CHANGED, UpdateEvents)
em:RegisterForEvent(CMX.name .. "group1", EVENT_GROUP_UPDATE, UpdateEvents)
em:RegisterForEvent(CMX.name .. "port", EVENT_PLAYER_ACTIVATED, UpdateEvents)Short excerpt from the shipping addon Combat Metrics — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| Combat Metrics | 7,085,289 |
| Bandits User Interface | 6,130,317 |
| AUI - Advanced UI | 5,406,091 |
| Srendarr - Aura, Buff & Debuff Tracker | 5,058,870 |
| LibCombat | 5,017,654 |
| Code's Combat Alerts | 4,445,158 |