Bonding
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/enums/bonding.wowm:1
.
enum Bonding : u8 {
NO_BIND = 0;
PICK_UP = 1;
EQUIP = 2;
USE = 3;
QUEST_ITEM = 4;
QUEST_ITEM1 = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment | Display |
---|---|---|---|
NO_BIND | 0 (0x00) | ||
PICK_UP | 1 (0x01) | Binds when picked up | |
EQUIP | 2 (0x02) | Binds when equipped | |
USE | 3 (0x03) | Binds on use | |
QUEST_ITEM | 4 (0x04) | Quest Item | |
QUEST_ITEM1 | 5 (0x05) | Not used in game according to all emulators. | Quest Item |
Used in: