Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Sea.wow.item.classifyItemStrings

From WoWWiki

Jump to: navigation, search

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;
	--
	--
Rate this article:
Share this article: