Sea.wow.item.classifyInventoryItem
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- classifyInventoryItem(bag, slot, tooltipBase) -- -- Returns a great deal of useful information about an item. -- -- Return: -- Table[ -- .classification -- .name -- .quality -- .count -- .minLevel -- .unique -- .soulbound -- .bindOnPickup -- .bindOnEquip -- .quest -- ] itemInfo; -- --
