Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

AddonType

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/login_logout/smsg_addon_info.wowm:1.

enum AddonType : u8 {
    BANNED = 0;
    ENABLED = 1;
    BLIZZARD = 2;
}

Type

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

Enumerators

EnumeratorValueComment
BANNED0 (0x00)
ENABLED1 (0x01)Shows addon in list. Probably intended for player-created addons.
BLIZZARD2 (0x02)Hides addon from list.

Used in: