Enum.ItemBind

From Warcraft Wiki
Jump to navigation Jump to search
Enum.ItemBind
Value Field Lua Enum Description
0 None LE_ITEM_BIND_NONE
1 OnAcquire LE_ITEM_BIND_ON_ACQUIRE Bind on Pickup
2 OnEquip LE_ITEM_BIND_ON_EQUIP Bind on Equip
3 OnUse LE_ITEM_BIND_ON_USE Bind on Use
4 Quest LE_ITEM_BIND_QUEST
5 Unused1
6 Unused2

Details

  • itemBindTypeID is the 14th value returned by GetItemInfo(), which matches the values of this enum.

See also