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
Enumerator | Value | Comment |
---|---|---|
NORMAL | 0 (0x00) | |
GROUP_INSTANCE | 1 (0x01) | |
RAID_INSTANCE | 2 (0x02) | |
BATTLEGROUND | 3 (0x03) | |
WORLD_ZONE | 4 (0x04) | |
BATTLEGROUND2 | 5 (0x05) |
Used in: