GetAbilityIcon
ESO Lua API function — used by 120 of the 3,030 addons we indexed (combined 38,086,353 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
GetAbilityIcon(integer abilityId)Returns: textureName icon
Real usage — from Action Duration Reminder
abilityName = models.patchAbilityName(abilityName)
local abilityIcon = GetAbilityIcon(abilityId)
if addon.debugEnabled(DSS_COMBAT_EVENT, abilityName) thenShort excerpt from the shipping addon Action Duration Reminder — 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 |
|---|---|
| Action Duration Reminder | 6,522,011 |
| 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 |
| HodorReflexes - DPS & ULT tracker | 3,446,840 |