View Single Post
11-24-22, 11:20 AM   #3
Vampyr78
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2016
Posts: 10
This is how you attach a function to OnShow for GameTooltip now:

Code:
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Item, function)
This works for items, for spells you would need to duplicate it and change it to Enum.TooltipDataType.Spell.
  Reply With Quote