Thread: GetItemUniqueId
View Single Post
02/24/17, 05:46 AM   #6
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 21
Originally Posted by sirinsidiator View Post
You cannot use the value directly. The function returns an id64 type which is not a regular number and cannot be represented correctly in Lua and thus has to be converted to a string if you want to save or compare it.
Then what is the API function AreId64sEqual() for?
  Reply With Quote