PartyResult

Client Version 1.12

Wowm Representation

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

enum PartyResult : u8 {
    SUCCESS = 0;
    BAD_PLAYER_NAME = 1;
    TARGET_NOT_IN_GROUP = 2;
    GROUP_FULL = 3;
    ALREADY_IN_GROUP = 4;
    NOT_IN_GROUP = 5;
    NOT_LEADER = 6;
    PLAYER_WRONG_FACTION = 7;
    IGNORING_YOU = 8;
}

Type

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

Enumerators

EnumeratorValueComment
SUCCESS0 (0x00)
BAD_PLAYER_NAME1 (0x01)
TARGET_NOT_IN_GROUP2 (0x02)
GROUP_FULL3 (0x03)
ALREADY_IN_GROUP4 (0x04)
NOT_IN_GROUP5 (0x05)
NOT_LEADER6 (0x06)
PLAYER_WRONG_FACTION7 (0x07)
IGNORING_YOU8 (0x08)

Used in:

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_party_command_result.wowm:15.

enum PartyResult : u8 {
    SUCCESS = 0;
    BAD_PLAYER_NAME = 1;
    TARGET_NOT_IN_GROUP = 2;
    TARGET_NOT_IN_INSTANCE = 3;
    GROUP_FULL = 4;
    ALREADY_IN_GROUP = 5;
    NOT_IN_GROUP = 6;
    NOT_LEADER = 7;
    PLAYER_WRONG_FACTION = 8;
    IGNORING_YOU = 9;
    LFG_PENDING = 12;
    INVITE_RESTRICTED = 13;
}

Type

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

Enumerators

EnumeratorValueComment
SUCCESS0 (0x00)
BAD_PLAYER_NAME1 (0x01)
TARGET_NOT_IN_GROUP2 (0x02)
TARGET_NOT_IN_INSTANCE3 (0x03)
GROUP_FULL4 (0x04)
ALREADY_IN_GROUP5 (0x05)
NOT_IN_GROUP6 (0x06)
NOT_LEADER7 (0x07)
PLAYER_WRONG_FACTION8 (0x08)
IGNORING_YOU9 (0x09)
LFG_PENDING12 (0x0C)
INVITE_RESTRICTED13 (0x0D)

Used in: