View Single Post
07/27/14, 06:39 PM   #7
Aetheron
 
Aetheron's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 32
Originally Posted by Garkin View Post
If you really just want to know if player to player prompt is visible:
Lua Code:
  1. PLAYER_TO_PLAYER:IsHidden()


You can find it for example using the Zgoo - data inspection tool.
Or if you have extracted EsoUI files, you can find it in EsoUI\Ingame\PlayerToPlayer\PlayerToPlayer.lua.
Thanks, I'll try out zgoo. I don't know how to extract the EsoUI files, but I'll look into. Also, I don't want to know when the player-to-player menu is visible, but when you have the option of opening it. (Just like the prompt you get with other interactable objects/NPCs in the game).
  Reply With Quote