AreaFlags

Client Version 1.12

Used in AreaTable.dbc.

Wowm Representation

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

flag AreaFlags : u16 {
    SNOW = 0x01;
    UNK = 0x02;
    DEVELOPMENT = 0x04;
    UNK2 = 0x08;
    UNK3 = 0x10;
    CITY_SLAVE = 0x20;
    CITY_ALLOW_DUELS = 0x40;
    UNK4 = 0x80;
    CITY = 0x100;
    TEST = 0x200;
}

Type

The basic type is u16, a 2 byte (16 bit) little endian integer.

Enumerators

EnumeratorValueComment
SNOW1 (0x01)
UNK2 (0x02)
DEVELOPMENT4 (0x04)
UNK28 (0x08)
UNK316 (0x10)
CITY_SLAVE32 (0x20)
CITY_ALLOW_DUELS64 (0x40)
UNK4128 (0x80)
CITY256 (0x100)
TEST512 (0x200)

Used in: