PetitionResult
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/smsg_petition_sign_results.wowm:1
.
enum PetitionResult : u32 {
OK = 0;
ALREADY_SIGNED = 1;
ALREADY_IN_GUILD = 2;
CANT_SIGN_OWN = 3;
NEED_MORE = 4;
NOT_SERVER = 5;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OK | 0 (0x00) | |
ALREADY_SIGNED | 1 (0x01) | |
ALREADY_IN_GUILD | 2 (0x02) | |
CANT_SIGN_OWN | 3 (0x03) | |
NEED_MORE | 4 (0x04) | |
NOT_SERVER | 5 (0x05) |
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/smsg_petition_sign_results.wowm:12
.
enum PetitionResult : u32 {
OK = 0;
ALREADY_SIGNED = 1;
ALREADY_IN_GUILD = 2;
CANT_SIGN_OWN = 3;
NOT_SERVER = 4;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OK | 0 (0x00) | |
ALREADY_SIGNED | 1 (0x01) | |
ALREADY_IN_GUILD | 2 (0x02) | |
CANT_SIGN_OWN | 3 (0x03) | |
NOT_SERVER | 4 (0x04) |
Used in: