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

GroupType

Client Version 1, Client Version 2

Wowm Representation

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

enum GroupType : u8 {
    NORMAL = 0;
    RAID = 1;
}

Type

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

Enumerators

EnumeratorValueComment
NORMAL0 (0x00)
RAID1 (0x01)

Used in: