Forum: Lua/XML Help
01-26-23, 02:21 AM
|
Replies: 22
Views: 5,178
That's true. Thanks for pointing it out. :)
In...
That's true. Thanks for pointing it out. :)
In fact, it seems that the registered functions are executed in the order they have been registered. So it is not possible to make sure you are first by...
|
Forum: Lua/XML Help
01-25-23, 01:51 AM
|
Replies: 22
Views: 5,178
I just found out that there is also a...
I just found out that there is also a `TooltipDataProcessor.AddTooltipPreCall`, which seems to let you do stuff to the tooltip before any other addons have done their modifications.
|
Forum: Lua/XML Help
11-30-22, 08:54 AM
|
Replies: 22
Views: 5,178
Is there still a way to do a pre-hook on what...
Is there still a way to do a pre-hook on what used to be OnTooltipSetItem?
I want to operate on the tooltip of items before any other addons added their lines to it.
Before 10.0.2 I executed this...
|