PlayerInviteStatus
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_group_invite.wowm:7.
enum PlayerInviteStatus : u8 {
ALREADY_IN_GROUP = 0;
NOT_IN_GROUP = 1;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment |
|---|---|---|
ALREADY_IN_GROUP | 0 (0x00) | |
NOT_IN_GROUP | 1 (0x01) |
Used in: