IsUnitInGroupSupportRange
ESO Lua API function — used by 42 of the 3,030 addons we indexed (combined 9,759,262 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
IsUnitInGroupSupportRange(string unitTag)Returns: bool result
Real usage — from Code's Combat Alerts
local unitTag = CombatAlerts.units[unitId].tag
if (IsUnitInGroupSupportRange(unitTag)) then
local _, x1, _, z1 = GetUnitWorldPosition("player")Short excerpt from the shipping addon Code's Combat Alerts — 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 |
|---|---|
| Code's Combat Alerts | 4,445,158 |
| HodorReflexes - DPS & ULT tracker | 3,446,840 |
| Foundry Tactical Combat (FTC) | 1,097,601 |
| HowToSunspire | 122,568 |
| Purge Tracker | 101,339 |
| Buff The Group (BTG) | 66,219 |