View Single Post
08-29-16, 06:53 AM   #5
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
Originally Posted by Vlad View Post
You can take a look at the API GetItemInfoInstant and see what kind of data it returns, and if it's usable in your case. Perk is that it's instant and doesn't require server data of any kind.
Unfortunately I'm using the alert frame system, which calls GetItemInfo itself; so I need to ensure that it returns valid results before I try to show any alerts.
  Reply With Quote