Thread Tools Display Modes
02/26/17, 08:39 PM   #1
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Remove Interact Key

I know how to stop an interaction from occurring when the button is pressed, but I am looking for a way to stop the button from ever appearing, if possible.
  Reply With Quote
02/26/17, 10:13 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
I tried finding it with Zgoo mouse but ran into the unhelpful situation where when you free the mouse the reticle disappears. Luckily I saw the reticle container.

ZO_ReticleContainer:SetHidden(true)
  Reply With Quote
02/26/17, 11:04 PM   #3
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
That does appear to do the trick. I was trying to use it with EVENT_RETICLE_TARGET_CHANGED to check for a blacklisted target and then hide it with that, but it only half works. Sometimes it fails to disable it or it's extremely slow to re-enable it on something not blacklisted.

You probably recall what request it was for, but: http://www.esoui.com/downloads/info1623-NoInteract.html

Am I going about it the wrong way?
  Reply With Quote
02/27/17, 06:23 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Did you check the addon "No Thank You" already? There is an option to hide the interaction stuff for insects.
If you enable it you won#t get the interaction shown in the world if you are near an insect you could collect.
  Reply With Quote
02/27/17, 01:23 PM   #5
calia1120
 
calia1120's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 62
Combat reticle has an option to hide it as well.
  Reply With Quote
02/27/17, 01:40 PM   #6
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I used the way No, Thank You! did it and so far it is working perfectly for my use case.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Remove Interact Key

Thread Tools
Display Modes

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