View Single Post
07/12/14, 03:56 AM   #18
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
I like the idea of the GetItemUniqueID function but I cannot see a function or set of functions to gain access to other data if you have the UniqueID stored for an item. That would save a lot of saved variable space if you only needed to record the uniqueID and the addon was able to extract what is needed from it.

eg:
Save UniqueID

Load UniqueID
Display LinkFromUniqueID(UniqueID)
Display NameFromUniqueID(UniqueID)
ItemInfo = GetItemInfoFromUniqueID(UniqueID) [table data]


edit: Although, another look shows that GetItemLink.... functions will be there, so technically just storing the link should be enough.

Last edited by Xrystal : 07/12/14 at 04:28 AM.
  Reply With Quote