TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Calendar::CalendarEventUpdatedAlert Class Referencefinal

#include <CalendarPackets.h>

+ Inheritance diagram for WorldPackets::Calendar::CalendarEventUpdatedAlert:

Public Member Functions

 CalendarEventUpdatedAlert ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 

Public Attributes

uint64 EventID = 0
 
WowTime Date
 
uint32 Flags = 0
 
WowTime LockDate
 
WowTime OriginalDate
 
int32 TextureID = 0
 
uint8 EventType = 0
 
bool ClearPending = false
 
std::string Description
 
std::string EventName
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 367 of file CalendarPackets.h.

Constructor & Destructor Documentation

◆ CalendarEventUpdatedAlert()

WorldPackets::Calendar::CalendarEventUpdatedAlert::CalendarEventUpdatedAlert ( )
inline

Definition at line 370 of file CalendarPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Calendar::CalendarEventUpdatedAlert::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 351 of file CalendarPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ ClearPending

bool WorldPackets::Calendar::CalendarEventUpdatedAlert::ClearPending = false

Definition at line 381 of file CalendarPackets.h.

◆ Date

WowTime WorldPackets::Calendar::CalendarEventUpdatedAlert::Date

Definition at line 375 of file CalendarPackets.h.

◆ Description

std::string WorldPackets::Calendar::CalendarEventUpdatedAlert::Description

Definition at line 382 of file CalendarPackets.h.

◆ EventID

uint64 WorldPackets::Calendar::CalendarEventUpdatedAlert::EventID = 0

Definition at line 374 of file CalendarPackets.h.

◆ EventName

std::string WorldPackets::Calendar::CalendarEventUpdatedAlert::EventName

Definition at line 383 of file CalendarPackets.h.

◆ EventType

uint8 WorldPackets::Calendar::CalendarEventUpdatedAlert::EventType = 0

Definition at line 380 of file CalendarPackets.h.

◆ Flags

uint32 WorldPackets::Calendar::CalendarEventUpdatedAlert::Flags = 0

Definition at line 376 of file CalendarPackets.h.

◆ LockDate

WowTime WorldPackets::Calendar::CalendarEventUpdatedAlert::LockDate

Definition at line 377 of file CalendarPackets.h.

◆ OriginalDate

WowTime WorldPackets::Calendar::CalendarEventUpdatedAlert::OriginalDate

Definition at line 378 of file CalendarPackets.h.

◆ TextureID

int32 WorldPackets::Calendar::CalendarEventUpdatedAlert::TextureID = 0

Definition at line 379 of file CalendarPackets.h.


The documentation for this class was generated from the following files: