IsItemLinkBound
ESO Lua API function — used by 40 of the 3,030 addons we indexed (combined 5,107,096 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
IsItemLinkBound(string itemLink)Returns: bool isBound
Real usage — from Loot Log
function LootLog.IsItemLinkTradeable( itemLink )
if (IsItemLinkBound(itemLink) or IsItemLinkReconstructed(itemLink)) then
return falseShort excerpt from the shipping addon Loot Log — 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 |
|---|---|
| Loot Log | 1,608,502 |
| Auto Category - Revised | 1,180,586 |
| LibMultiAccountSets | 425,740 |
| Group Loot Notifier | 363,639 |
| LootDrop Reborn | 192,278 |
| Show TTC Price | 180,414 |