ObjectType
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gameobject/smsg_update_object.wowm:72
.
enum ObjectType : u8 {
OBJECT = 0;
ITEM = 1;
CONTAINER = 2;
UNIT = 3;
PLAYER = 4;
GAME_OBJECT = 5;
DYNAMIC_OBJECT = 6;
CORPSE = 7;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OBJECT | 0 (0x00) | |
ITEM | 1 (0x01) | |
CONTAINER | 2 (0x02) | |
UNIT | 3 (0x03) | |
PLAYER | 4 (0x04) | |
GAME_OBJECT | 5 (0x05) | |
DYNAMIC_OBJECT | 6 (0x06) | |
CORPSE | 7 (0x07) |
Used in:
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gameobject/smsg_update_object_2_4_3.wowm:3
.
enum ObjectType : u8 {
OBJECT = 0;
ITEM = 1;
CONTAINER = 2;
UNIT = 3;
PLAYER = 4;
GAME_OBJECT = 5;
DYNAMIC_OBJECT = 6;
CORPSE = 7;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OBJECT | 0 (0x00) | |
ITEM | 1 (0x01) | |
CONTAINER | 2 (0x02) | |
UNIT | 3 (0x03) | |
PLAYER | 4 (0x04) | |
GAME_OBJECT | 5 (0x05) | |
DYNAMIC_OBJECT | 6 (0x06) | |
CORPSE | 7 (0x07) |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gameobject/smsg_update_object_3_3_5.wowm:61
.
enum ObjectType : u8 {
OBJECT = 0;
ITEM = 1;
CONTAINER = 2;
UNIT = 3;
PLAYER = 4;
GAME_OBJECT = 5;
DYNAMIC_OBJECT = 6;
CORPSE = 7;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OBJECT | 0 (0x00) | |
ITEM | 1 (0x01) | |
CONTAINER | 2 (0x02) | |
UNIT | 3 (0x03) | |
PLAYER | 4 (0x04) | |
GAME_OBJECT | 5 (0x05) | |
DYNAMIC_OBJECT | 6 (0x06) | |
CORPSE | 7 (0x07) |
Used in: