View Single Post
12/03/14, 01:27 PM   #4
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by merlight View Post
GetItemType on lockpicks I have returns 9 (ITEMTYPE_TOOL)
Follow up question:
How do you know what return value is equal to what?
I can't seem to find any tables showing that.
As I can see 9 = ITEMTYPE_TOOL
If I do a
Lua Code:
  1. GetItemType(item.bag, item.slot)
then I just get an integer.
  Reply With Quote