View Single Post
08/20/17, 08:22 AM   #4
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
In that example, ZO_ReticleContainerInteract is the target, SetHandler is being executed on it and adding a function on show. The function is grabbing the data from GetGameCameraInteractableActionInfo() which is shown in the ESO API:

Returns: string:nilable action, string:nilable name, boolean interactBlocked, boolean isOwned, number additionalInfo, number:nilable contextualInfo, string:nilable contextualLink, boolean isCriminalInteract
  Reply With Quote