![]() |
TrinityCore
|
#include <CalendarPackets.h>
Public Attributes | |
| uint64 | EventID = 0 |
| std::string | EventName |
| uint8 | EventType = 0 |
| WowTime | Date |
| uint32 | Flags = 0 |
| int32 | TextureID = 0 |
| ObjectGuid | OwnerGuid |
Definition at line 177 of file CalendarPackets.h.
| WowTime WorldPackets::Calendar::CalendarSendCalendarEventInfo::Date |
Definition at line 182 of file CalendarPackets.h.
| uint64 WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventID = 0 |
Definition at line 179 of file CalendarPackets.h.
| std::string WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventName |
Definition at line 180 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventType = 0 |
Definition at line 181 of file CalendarPackets.h.
| uint32 WorldPackets::Calendar::CalendarSendCalendarEventInfo::Flags = 0 |
Definition at line 183 of file CalendarPackets.h.
| ObjectGuid WorldPackets::Calendar::CalendarSendCalendarEventInfo::OwnerGuid |
Definition at line 185 of file CalendarPackets.h.
| int32 WorldPackets::Calendar::CalendarSendCalendarEventInfo::TextureID = 0 |
Definition at line 184 of file CalendarPackets.h.