April 14, 20197 yr How to check at wow ver vanilla what GroupLootFrame is visible? string isVisible= Lua.LuaDoString<string>("i = 'no' if GroupLootFrame:IsVisible() then i = 'yes' end; return i"); dont work
April 14, 20197 yr Author 5 minutes ago, Matenia said: bool visible = Lua.LuaDoString<bool>("return GroupLootFrame:IsVisible()"); Logging.Write(Lua.LuaDoString<bool>("return GroupLootFrame:IsVisible()").ToString()); log write false, even visible frame group loot..
April 14, 20197 yr hi, https://eu.battle.net/forums/en/wow/topic/9052907239 try code like Lua.LuaDoString<bool>("for i = 1, 4 do local b = _G['GroupLootFrame'..i] if b and b:IsVisible() then return true end end return false") When will you share your work with the community?
April 14, 20197 yr Author 8 minutes ago, Droidz said: hi, https://eu.battle.net/forums/en/wow/topic/9052907239 try code like Lua.LuaDoString<bool>("for i = 1, 4 do local b = _G['GroupLootFrame'..i] if b and b:IsVisible() then return true end end return false") When will you share your work with the community? It is work, thanks a lot! My profile work with my setting and will be badly for another users
Create an account or sign in to comment