EVENT_UNIT_ATTRIBUTE_VISUAL_REMOVED
ESO Lua API function — used by 47 of the 3,030 addons we indexed (combined 4,774,322 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
EVENT_UNIT_ATTRIBUTE_VISUAL_REMOVED(string unitTag, [UnitAttributeVisual|#UnitAttributeVisual] unitAttributeVisual, [DerivedStats|#DerivedStats] statType, [Attributes|#Attributes] attributeType, [CombatMechanicFlags|#CombatMechanicFlags] powerType, number value, number maxValue, integer sequenceId)Real usage — from Azurah - Interface Enhanced
EVENT_MANAGER:RegisterForEvent(self.name .. 'Attributes', EVENT_UNIT_ATTRIBUTE_VISUAL_ADDED, OnShieldUpdate)
EVENT_MANAGER:RegisterForEvent(self.name .. 'Attributes', EVENT_UNIT_ATTRIBUTE_VISUAL_REMOVED, OnShieldUpdate)
EVENT_MANAGShort excerpt from the shipping addon Azurah - Interface Enhanced — 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 |
|---|---|
| Azurah - Interface Enhanced | 1,462,318 |
| Foundry Tactical Combat (FTC) | 1,097,601 |
| CrutchAlerts | 916,918 |
| Qcell's Rockgrove Helper | 322,084 |
| Bandits Companions and Pets | 192,393 |
| Purge Tracker | 101,339 |