ESODecoded

GetItemLinkSetInfo

ESO Lua API function — used by 189 of the 3,030 addons we indexed (combined 76,927,995 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetItemLinkSetInfo(string itemLink, bool equipped)

Returns: bool hasSet, string setName, integer numBonuses, integer numNormalEquipped, integer maxEquipped, integer setId, integer numPerfectedEquipped

Real usage — from Dolgubon's Lazy Writ Crafter

		end
		local _,_,_,_,_,itemSetId = GetItemLinkSetInfo(GetItemLink(bag, slot))
		local isBigStick = GetItemEquipmentFilterType(bag, slot) == EQUIPMENT_FILTER_TYPE_DESTRO_STAFF or GetItemEquipmentFilterType(bag, slot) == EQUIPMENT_FILTER_TYP

Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafterits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Dolgubon's Lazy Writ Crafter9,498,314
Destinations8,211,449
Map Pins8,061,548
Combat Metrics7,085,289
LibLazyCrafting6,538,592
CraftStore5,176,147