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
| Enumerator | Value | Comment |
|---|---|---|
BANNED | 0 (0x00) | |
ENABLED | 1 (0x01) | Shows addon in list. Probably intended for player-created addons. |
BLIZZARD | 2 (0x02) | Hides addon from list. |
Used in: