View Single Post
07/16/14, 08:11 PM   #19
Khaibit
 
Khaibit's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 26
Originally Posted by Xrystal View Post


edit: Although, another look shows that GetItemLink.... functions will be there, so technically just storing the link should be enough.
I'm hoping that those functions (likely just being table lookups) will be relatively lightweight in terms of performance hit. I'm trying to decide whether to pull the name once the first time my addon sees an item in the guild store sales history and store it, or perform that lookup each time I need to compare against the name, and both approaches have their appeal (the former saves functions calls and should be quicker, but the latter doesn't run into potential localization bugs).
  Reply With Quote