Main object for the aegis packet: ZC_USESKILL_ACK.
More...
#include <TransmittedPackets.hpp>
Main object for the aegis packet: ZC_USESKILL_ACK.
◆ ZC_USESKILL_ACK()
Horizon::Zone::ZC_USESKILL_ACK::ZC_USESKILL_ACK |
( |
std::shared_ptr< ZoneSession > |
s | ) |
|
|
inline |
46192 {}
@ ID_ZC_USESKILL_ACK
Definition: TransmittedPackets.hpp:46164
◆ ~ZC_USESKILL_ACK()
virtual Horizon::Zone::ZC_USESKILL_ACK::~ZC_USESKILL_ACK |
( |
| ) |
|
|
inlinevirtual |
◆ deliver()
void ZC_USESKILL_ACK::deliver |
( |
int |
src_guid, |
|
|
int |
dst_guid, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
skill_id, |
|
|
int |
element, |
|
|
int |
delay_time |
|
) |
| |
ZC_USESKILL_ACK.
3385{
3395}
void transmit()
Send an Asynchronous packet by queueing a buffer of a particular size to the connected session.
Definition: NetworkPacket.hpp:94
uint16_t _y
Definition: TransmittedPackets.hpp:46202
ByteBuffer & serialize()
Definition: TransmittedPackets.cpp:3396
uint16_t _x
Definition: TransmittedPackets.hpp:46201
uint16_t _skill_id
Definition: TransmittedPackets.hpp:46203
uint32_t _element
Definition: TransmittedPackets.hpp:46204
uint32_t _dst_guid
Definition: TransmittedPackets.hpp:46200
uint32_t _src_guid
Definition: TransmittedPackets.hpp:46199
uint32_t _delay_time
Definition: TransmittedPackets.hpp:46205
References _delay_time, _dst_guid, _element, _skill_id, _src_guid, _x, _y, serialize(), and Horizon::Base::NetworkPacket< ZoneSession >::transmit().
◆ serialize()
◆ _delay_time
uint32_t Horizon::Zone::ZC_USESKILL_ACK::_delay_time |
◆ _dst_guid
uint32_t Horizon::Zone::ZC_USESKILL_ACK::_dst_guid |
◆ _element
uint32_t Horizon::Zone::ZC_USESKILL_ACK::_element |
◆ _skill_id
uint16_t Horizon::Zone::ZC_USESKILL_ACK::_skill_id |
◆ _src_guid
uint32_t Horizon::Zone::ZC_USESKILL_ACK::_src_guid |
◆ _x
uint16_t Horizon::Zone::ZC_USESKILL_ACK::_x |
◆ _y
uint16_t Horizon::Zone::ZC_USESKILL_ACK::_y |
The documentation for this class was generated from the following files: