![]() |
TrinityCore
|
Functions | |
| ByteBuffer & | operator<< (ByteBuffer &data, CalendarSendCalendarEventInfo const &eventInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, CalendarSendCalendarRaidLockoutInfo const &lockoutInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, CalendarSendCalendarInviteInfo const &inviteInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, CalendarEventInviteInfo const &inviteInfo) |
| ByteBuffer & | operator>> (ByteBuffer &buffer, CalendarAddEventInviteInfo &invite) |
| ByteBuffer & | operator>> (ByteBuffer &buffer, CalendarAddEventInfo &addEventInfo) |
| ByteBuffer & | operator>> (ByteBuffer &buffer, CalendarUpdateEventInfo &updateEventInfo) |
| ByteBuffer & WorldPackets::Calendar::operator<< | ( | ByteBuffer & | data, |
| CalendarEventInviteInfo const & | inviteInfo | ||
| ) |
| ByteBuffer & WorldPackets::Calendar::operator<< | ( | ByteBuffer & | data, |
| CalendarSendCalendarEventInfo const & | eventInfo | ||
| ) |
| ByteBuffer & WorldPackets::Calendar::operator<< | ( | ByteBuffer & | data, |
| CalendarSendCalendarInviteInfo const & | inviteInfo | ||
| ) |
| ByteBuffer & WorldPackets::Calendar::operator<< | ( | ByteBuffer & | data, |
| CalendarSendCalendarRaidLockoutInfo const & | lockoutInfo | ||
| ) |
Definition at line 41 of file CalendarPackets.cpp.
| ByteBuffer & WorldPackets::Calendar::operator>> | ( | ByteBuffer & | buffer, |
| CalendarAddEventInfo & | addEventInfo | ||
| ) |
| ByteBuffer & WorldPackets::Calendar::operator>> | ( | ByteBuffer & | buffer, |
| CalendarAddEventInviteInfo & | invite | ||
| ) |
| ByteBuffer & WorldPackets::Calendar::operator>> | ( | ByteBuffer & | buffer, |
| CalendarUpdateEventInfo & | updateEventInfo | ||
| ) |