ESODecoded

GetGameCameraInteractableActionInfo

ESO Lua API function — used by 115 of the 3,030 addons we indexed (combined 43,650,802 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetGameCameraInteractableActionInfo()

Returns: string:nilable action, string:nilable name, bool interactBlocked, bool isOwned, integer additionalInfo, integer:nilable contextualInfo, string:nilable contextualLink, bool isCriminalInteract

Real usage — from Dolgubon's Lazy Writ Crafter

	if GetGameTimeMilliseconds() - cooldown < cooldownTimer then return true end
	local _, interact = GetGameCameraInteractableActionInfo()
	-- Comfort code, so localization is ok here

Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafterits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Dolgubon's Lazy Writ Crafter9,498,314
HarvestMap9,454,533
Map Pins8,061,548
Code's Combat Alerts4,445,158
LibMapData2,291,531
Votan's Fisherman1,662,523