View Single Post
07/02/21, 03:53 AM   #4
rp12439_3
AddOn Author - Click to view addons
Join Date: Jun 2021
Posts: 45
Originally Posted by Dolgubon View Post
I'm not able to check the list of functions to make sure, but I don't think such a function exists. But you could mimic such a function pretty easily.Paraphrased code:


Local styles ={}
for I=1, getnumstyles() do
Styles[getItemLinkItemId(getstyleitemlink(I))] = getStyle(I)
End
Function getitemlinkstyle(link)
Return styles [getItemLinkItemId]
End
Thanks! Thats the missing piece to finish my tooptips
  Reply With Quote