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

EnumeratorValueComment
OBJECT0 (0x00)
ITEM1 (0x01)
CONTAINER2 (0x02)
UNIT3 (0x03)
PLAYER4 (0x04)
GAME_OBJECT5 (0x05)
DYNAMIC_OBJECT6 (0x06)
CORPSE7 (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

EnumeratorValueComment
OBJECT0 (0x00)
ITEM1 (0x01)
CONTAINER2 (0x02)
UNIT3 (0x03)
PLAYER4 (0x04)
GAME_OBJECT5 (0x05)
DYNAMIC_OBJECT6 (0x06)
CORPSE7 (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:69.

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

EnumeratorValueComment
OBJECT0 (0x00)
ITEM1 (0x01)
CONTAINER2 (0x02)
UNIT3 (0x03)
PLAYER4 (0x04)
GAME_OBJECT5 (0x05)
DYNAMIC_OBJECT6 (0x06)
CORPSE7 (0x07)

Used in: