InstanceType

Client Version 1.12

Used in Map.dbc, and LFGDungeons.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/instance_type.wowm:2.

enum InstanceType : u8 {
    NORMAL = 0x00;
    GROUP_INSTANCE = 0x01;
    RAID_INSTANCE = 0x02;
    BATTLEGROUND = 0x03;
    WORLD_ZONE = 0x04;
    BATTLEGROUND2 = 0x05;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NORMAL0 (0x00)
GROUP_INSTANCE1 (0x01)
RAID_INSTANCE2 (0x02)
BATTLEGROUND3 (0x03)
WORLD_ZONE4 (0x04)
BATTLEGROUND25 (0x05)

Used in: