![]() |
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 225 of file CalendarPackets.h.
| ObjectGuid WorldPackets::Calendar::CalendarEventInviteInfo::Guid |
Definition at line 227 of file CalendarPackets.h.
| uint64 WorldPackets::Calendar::CalendarEventInviteInfo::InviteID = 0 |
Definition at line 228 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::InviteType = 0 |
Definition at line 233 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Level = 1 |
Definition at line 230 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Moderator = 0 |
Definition at line 232 of file CalendarPackets.h.
| std::string WorldPackets::Calendar::CalendarEventInviteInfo::Notes |
Definition at line 234 of file CalendarPackets.h.
| WowTime WorldPackets::Calendar::CalendarEventInviteInfo::ResponseTime |
Definition at line 229 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarEventInviteInfo::Status = 0 |
Definition at line 231 of file CalendarPackets.h.