We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source: Discord (DM)
First time I've seen this when looking at _G, use devtool with, find __Rarity
Looking at the code, there's one global being created for the tooltip itself:
Rarity/Core/GUI.lua
Line 8 in 05caf4c
The other globals appear to be indexed directly, one for each tooltip line. It's probably cleaner to store them locally, though?
Not sure why they're global. Maybe a limitation of Blizzard's UI? I'd try moving them into the GUI module to see what happens.
GUI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Source: Discord (DM)
Looking at the code, there's one global being created for the tooltip itself:
Rarity/Core/GUI.lua
Line 8 in 05caf4c
The other globals appear to be indexed directly, one for each tooltip line. It's probably cleaner to store them locally, though?
Not sure why they're global. Maybe a limitation of Blizzard's UI? I'd try moving them into the
GUI
module to see what happens.The text was updated successfully, but these errors were encountered: