Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Phinix
Forum: Lua/XML Help 08/17/20, 12:59 AM
Replies: 3
Views: 4,359
Posted By Phinix
Thanks for that. I ended up using something a...

Thanks for that. I ended up using something a little different:

if SCENE_MANAGER:IsShowing("gameMenuInGame") == false then
-- do stuff
end

Basically this was for ChatWindowManager, to avoid the...
Forum: Lua/XML Help 08/16/20, 07:47 AM
Replies: 3
Views: 4,359
Posted By Phinix
Detect when in system menu...

I have an addon I want to ignore callbacks when the game's system menu is open (the one when you hit Escape, where you log off).

I was going to set a boolean when in the menu, but I need to be able...
Showing results 1 to 2 of 2