IsGameCameraUIModeActive
ESO Lua API function — used by 37 of the 3,030 addons we indexed (combined 13,294,753 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
IsGameCameraUIModeActive()Returns: bool active
Real usage — from LibMapData
ZO_PreHook(ZO_Reticle, "TryHandlingInteraction", function(interactionPossible, currentFrameTimeSeconds)
if IsGameCameraActive() and not IsGameCameraUIModeActive() then
local action, name, interactBlocked, isOwned, additionalInfo, contShort excerpt from the shipping addon LibMapData — 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 |
|---|---|
| HarvestMap | 9,454,533 |
| LibMapData | 2,291,531 |
| Bandits Gear Manager | 306,643 |
| LovelyEmotes | 276,662 |
| Wykkyd Full Immersion | 223,536 |
| LibAnnyoingUpdateNotificationInGame - Launig | 207,132 |