![]() |
TrinityCore
|
#include <CalendarPackets.h>
Public Attributes | |
| ObjectGuid | Guid |
| uint64 | InviteID = 0 |
| WowTime | ResponseTime |
| uint8 | Level = 1 |
| uint8 | Status = 0 |
| uint8 | Moderator = 0 |
| uint8 | InviteType = 0 |
| std::string | Notes |
Definition at line 207 of file CalendarPackets.h.
| ObjectGuid WorldPackets::Calendar::CalendarEventInviteInfo::Guid |
Definition at line 209 of file CalendarPackets.h.
| uint64 WorldPackets::Calendar::CalendarEventInviteInfo::InviteID = 0 |
Definition at line 210 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::InviteType = 0 |
Definition at line 215 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Level = 1 |
Definition at line 212 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Moderator = 0 |
Definition at line 214 of file CalendarPackets.h.
| std::string WorldPackets::Calendar::CalendarEventInviteInfo::Notes |
Definition at line 216 of file CalendarPackets.h.
| WowTime WorldPackets::Calendar::CalendarEventInviteInfo::ResponseTime |
Definition at line 211 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Status = 0 |
Definition at line 213 of file CalendarPackets.h.