![]() |
TrinityCore
|
#include <CalendarPackets.h>
Public Attributes | |
| uint64 | EventID = 0 |
| std::string | EventName |
| uint8 | EventType = 0 |
| WowTime | Date |
| uint16 | Flags = 0 |
| int32 | TextureID = 0 |
| uint64 | EventClubID = 0 |
| ObjectGuid | OwnerGuid |
Definition at line 182 of file CalendarPackets.h.
| WowTime WorldPackets::Calendar::CalendarSendCalendarEventInfo::Date |
Definition at line 187 of file CalendarPackets.h.
| uint64 WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventClubID = 0 |
Definition at line 190 of file CalendarPackets.h.
| uint64 WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventID = 0 |
Definition at line 184 of file CalendarPackets.h.
| std::string WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventName |
Definition at line 185 of file CalendarPackets.h.
| uint8 WorldPackets::Calendar::CalendarSendCalendarEventInfo::EventType = 0 |
Definition at line 186 of file CalendarPackets.h.
| uint16 WorldPackets::Calendar::CalendarSendCalendarEventInfo::Flags = 0 |
Definition at line 188 of file CalendarPackets.h.
| ObjectGuid WorldPackets::Calendar::CalendarSendCalendarEventInfo::OwnerGuid |
Definition at line 191 of file CalendarPackets.h.
| int32 WorldPackets::Calendar::CalendarSendCalendarEventInfo::TextureID = 0 |
Definition at line 189 of file CalendarPackets.h.