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

ComplaintStatus

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_feature_system_status.wowm:1.

enum ComplaintStatus : u8 {
    DISABLED = 0;
    ENABLED_WITHOUT_AUTO_IGNORE = 1;
    ENABLED_WITH_AUTO_IGNORE = 2;
}

Type

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

Enumerators

EnumeratorValueComment
DISABLED0 (0x00)
ENABLED_WITHOUT_AUTO_IGNORE1 (0x01)
ENABLED_WITH_AUTO_IGNORE2 (0x02)

Used in: