Thread Tools Display Modes
Prev Previous Post   Next Post Next
07/27/14, 01:15 PM   #1
Aetheron
 
Aetheron's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 32
Detecting player interactable state

Hi All,
I've recently released my first ESO add-on, "Combat Reticle" which detects various game states and changes the reticle. One issue I'm having though is that I can't figure out how to detect when it's possible to interact with another player (i.e. the "Press V to interact" is shown). GetUnitReaction() just tells me I'm targeting a player, and GetGameCameraInteractableInfo() and GetGameCameraInteractableActionInfo() don't seem to do anything with players (only NPCs and objects). GetInteractionType() doesn't seem to give me any result ever... Any ideas on how to detect this? I thought about just tracking the visibility of the interaction text, but that might fail since it could have been hidden by another add-on.

Thanks!
-A
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Detecting player interactable state


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off