ESODecoded

GetCollectibleName

ESO Lua API function — used by 82 of the 3,030 addons we indexed (combined 17,083,663 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetCollectibleName(integer collectibleId)

Returns: string name

Real usage — from Inventory Insight

            identifiedIcon = GetCollectibleIcon(collectibleId)
            identifiedItemName = ZO_CachedStrFormat(SI_TOOLTIP_ITEM_NAME, GetCollectibleName(collectibleId))
            identifiedItemQuality = 1

Short excerpt from the shipping addon Inventory Insightits 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
AwesomeGuildStore4,722,462
Inventory Insight2,763,446
WritWorthy2,484,332
Loot Log1,608,502
Furniture Catalogue1,213,662
PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]487,232