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 = 1Short excerpt from the shipping addon Inventory Insight — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| AwesomeGuildStore | 4,722,462 |
| Inventory Insight | 2,763,446 |
| WritWorthy | 2,484,332 |
| Loot Log | 1,608,502 |
| Furniture Catalogue | 1,213,662 |
| PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch] | 487,232 |