View Single Post
06/30/14, 03:03 AM   #18
CrazyDutchGuy
 
CrazyDutchGuy's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 89
Loop of your inventory and search for the itemlink, and use bag GetItemName to extract name
Lua Code:
  1. GetItemLink(integer bagId, integer slotIndex, LinkStyle linkStyle)
  2. GetItemName(integer bagId, integer slotIndex)
  Reply With Quote