GuildCommand

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/guild/smsg_guild_command_result.wowm:1.

enum GuildCommand : u8 {
    CREATE = 0x00;
    INVITE = 0x01;
    QUIT = 0x03;
    FOUNDER = 0x0E;
    UNKNOWN19 = 0x13;
    UNKNOWN20 = 0x14;
}

Type

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

Enumerators

EnumeratorValueComment
CREATE0 (0x00)
INVITE1 (0x01)
QUIT3 (0x03)
FOUNDER14 (0x0E)
UNKNOWN1919 (0x13)cmangos claims this triggers UI event EVENT_GUILD_ROSTER_UPDATE
UNKNOWN2020 (0x14)cmangos claims this triggers UI event EVENT_GUILD_ROSTER_UPDATE

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/guild/smsg_guild_command_result.wowm:14.

enum GuildCommand : u8 {
    CREATE = 0x00;
    INVITE = 0x01;
    QUIT = 0x02;
    PROMOTE = 0x03;
    FOUNDER = 0x0C;
    MEMBER = 0x0D;
    PUBLIC_NOTE_CHANGED = 0x13;
    OFFICER_NOTE_CHANGED = 0x14;
}

Type

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

Enumerators

EnumeratorValueComment
CREATE0 (0x00)
INVITE1 (0x01)
QUIT2 (0x02)
PROMOTE3 (0x03)
FOUNDER12 (0x0C)
MEMBER13 (0x0D)
PUBLIC_NOTE_CHANGED19 (0x13)
OFFICER_NOTE_CHANGED20 (0x14)

Used in: