View Single Post
04/07/14, 02:29 AM   #2
Wukar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 27
I assume, every TopLevelControl has the function :IsHidden(), for example
lua Code:
  1. if (ZO_PlayerInventory:IsHidden() == false) then { doMyStuff } end
  Reply With Quote