EVENT_CLIENT_INTERACT_RESULT
ESO Lua API function — used by 33 of the 3,030 addons we indexed (combined 17,354,969 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
EVENT_CLIENT_INTERACT_RESULT([ClientInteractResult|#ClientInteractResult] result, string interactTargetName)Real usage — from Map Pins
if SavedVars[7] or SavedVars[15] then
EVENT_MANAGER:RegisterForEvent(AddonName,EVENT_CLIENT_INTERACT_RESULT, OnInteract)
elseShort excerpt from the shipping addon Map Pins — 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 |
|---|---|
| Map Pins | 8,061,548 |
| Lui Extended | 3,001,958 |
| LibMapData | 2,291,531 |
| Essential Housing Tools | 1,862,490 |
| Info Panel | 368,274 |
| ESO-Database.com Export AddOn | 272,910 |