View Single Post
01/25/22, 01:08 PM   #3
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by Baertram View Post
Did you check the API Documentation Pxx.txt files for something like GetItem* Info or GetItemLink* Info, similar. Maybe there is some function returning the text as String parameter.
Yes I checked there is :

GetQuestItemTooltipText(*integer* _questItemId_)
** _Returns:_ *string* _tooltipText_

but I couldn't find one for a regular item.
  Reply With Quote