Forum: Lua/XML Help
05-29-23, 07:44 AM
|
Replies: 22
Views: 5,178
I edited my previous post with something that...
I edited my previous post with something that should work for now, but it's still not the ideal way to go at it. It's definitely something that should be done with the OnEnter handler, but the random...
|
Forum: Lua/XML Help
05-29-23, 06:46 AM
|
Replies: 22
Views: 5,178
The problem with registering with...
The problem with registering with TooltipDataProcessor.AddTooltipPostCall() is it's a global register. This means it'll call the function every time anything wishes to display a spell's tooltip. Not...
|
Forum: Lua/XML Help
01-26-23, 10:01 AM
|
Replies: 22
Views: 5,178
Indeed. The functions are registered by...
Indeed. The functions are registered by table.insert() (https://github.com/Gethe/wow-ui-source/blob/live/Interface/SharedXML/Tooltip/TooltipDataHandler.lua#L41) and iterated with ipairs()...
|
Forum: Lua/XML Help
01-25-23, 07:32 PM
|
Replies: 22
Views: 5,178
|