GetSocketItemBoundTradeable

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 3.2.0 / 1.15.0

Returns true if the item currently being socketed can be traded to other eligible players (BoP boss loot).

isBoundTradeable = GetSocketItemBoundTradeable()

Returns

isBoundTradeable
boolean - 1 if the item selected for socketing is BoP but can currently be traded to other eligible players, nil otherwise.

Details

  • Bind-on-pickup items looted in dungeon and raid instances can be traded with other players present during the encounter the items dropped from within a limited timeframe.
  • If you socket gems into a BoP item within its tradable period, the item will cease being tradable.

See also