Sea.wow.item.classifyItemStrings
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- classifyItemStrings(strings, itemCount, quality) -- -- Args: -- -- strings - array of strings that mimic the tooltip of the item to classify -- itemCount - optional number that indicates the number of items -- quality - optional number that indicates the quality of the item -- -- Returns a great deal of useful information about an item. -- The tooltip strings must be gathered from the item, using the -- getInventoryItemInfoStrings syntax. -- -- -- Return: -- Table[ -- .classification -- .name -- .quality -- .count -- .minLevel -- .unique -- .soulbound -- .bindOnPickup -- .bindOnEquip -- .quest -- ] itemInfo; -- --
