Main object for the aegis packet: ZC_NOTIFY_CHAT.
More...
#include <TransmittedPackets.hpp>
Main object for the aegis packet: ZC_NOTIFY_CHAT.
◆ ZC_NOTIFY_CHAT()
Horizon::Zone::ZC_NOTIFY_CHAT::ZC_NOTIFY_CHAT |
( |
std::shared_ptr< ZoneSession > |
s | ) |
|
|
inline |
32361 {}
@ ID_ZC_NOTIFY_CHAT
Definition: TransmittedPackets.hpp:32333
◆ ~ZC_NOTIFY_CHAT()
virtual Horizon::Zone::ZC_NOTIFY_CHAT::~ZC_NOTIFY_CHAT |
( |
| ) |
|
|
inlinevirtual |
◆ deliver()
void ZC_NOTIFY_CHAT::deliver |
( |
int32_t |
guid, |
|
|
std::string |
message |
|
) |
| |
ZC_NOTIFY_CHAT.
1939{
1943
1946}
void transmit()
Send an Asynchronous packet by queueing a buffer of a particular size to the connected session.
Definition: NetworkPacket.hpp:94
int16_t _packet_length
Definition: TransmittedPackets.hpp:32368
ByteBuffer & serialize()
Definition: TransmittedPackets.cpp:1948
std::string _message
Definition: TransmittedPackets.hpp:32370
int32_t _guid
Definition: TransmittedPackets.hpp:32369
References _guid, _message, _packet_length, serialize(), and Horizon::Base::NetworkPacket< ZoneSession >::transmit().
◆ serialize()
◆ _guid
int32_t Horizon::Zone::ZC_NOTIFY_CHAT::_guid {0} |
◆ _message
std::string Horizon::Zone::ZC_NOTIFY_CHAT::_message {""} |
◆ _packet_length
int16_t Horizon::Zone::ZC_NOTIFY_CHAT::_packet_length {8} |
The documentation for this class was generated from the following files: