DefaultChannelFlags

Client Version 1.12

Used in ChatChannels.dbc.

Wowm Representation

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

flag DefaultChannelFlags : u32 {
    NONE = 0x00;
    INITIAL = 0x01;
    ZONE_DEPENDENCY = 0x02;
    GLOBAL = 0x04;
    TRADE = 0x08;
    CITY_ONLY = 0x10;
    CITY_ONLY_2 = 0x20;
    DEFENCE = 0x10000;
    UNSELECTED = 0x40000;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
INITIAL1 (0x01)
ZONE_DEPENDENCY2 (0x02)
GLOBAL4 (0x04)
TRADE8 (0x08)
CITY_ONLY16 (0x10)
CITY_ONLY_232 (0x20)
DEFENCE65536 (0x10000)
UNSELECTED262144 (0x40000)

Used in: