CalendarStatus
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/calendar/cmsg_calendar_event_rsvp.wowm:1
.
enum CalendarStatus : u8 {
INVITED = 0;
ACCEPTED = 1;
DECLINED = 2;
CONFIRMED = 3;
OUT = 4;
STANDBY = 5;
SIGNED_UP = 6;
NOT_SIGNED_UP = 7;
TENTATIVE = 8;
REMOVED = 9;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
INVITED | 0 (0x00) | |
ACCEPTED | 1 (0x01) | |
DECLINED | 2 (0x02) | |
CONFIRMED | 3 (0x03) | |
OUT | 4 (0x04) | |
STANDBY | 5 (0x05) | |
SIGNED_UP | 6 (0x06) | |
NOT_SIGNED_UP | 7 (0x07) | |
TENTATIVE | 8 (0x08) | |
REMOVED | 9 (0x09) |
Used in: