Main object for the aegis packet: ZC_USESKILL_ACK3.
More...
#include <TransmittedPackets.hpp>
Main object for the aegis packet: ZC_USESKILL_ACK3.
◆ ZC_USESKILL_ACK3()
Horizon::Zone::ZC_USESKILL_ACK3::ZC_USESKILL_ACK3 |
( |
std::shared_ptr< ZoneSession > |
s | ) |
|
|
inline |
46279 {}
@ ID_ZC_USESKILL_ACK3
Definition: TransmittedPackets.hpp:46254
◆ ~ZC_USESKILL_ACK3()
virtual Horizon::Zone::ZC_USESKILL_ACK3::~ZC_USESKILL_ACK3 |
( |
| ) |
|
|
inlinevirtual |
◆ deliver()
void ZC_USESKILL_ACK3::deliver |
( |
uint16_t |
skill_id, |
|
|
uint32_t |
src, |
|
|
uint32_t |
target, |
|
|
uint16_t |
target_x, |
|
|
uint16_t |
target_y, |
|
|
uint32_t |
element, |
|
|
int |
casttime |
|
) |
| |
ZC_USESKILL_ACK3.
7929{
7935 _element = element < 0 ? 0 : element;
7941}
void transmit()
Send an Asynchronous packet by queueing a buffer of a particular size to the connected session.
Definition: NetworkPacket.hpp:94
uint32_t _target_id
Definition: TransmittedPackets.hpp:46287
uint32_t _attack_motion
Definition: TransmittedPackets.hpp:46294
uint32_t _delay_time
Definition: TransmittedPackets.hpp:46292
uint16_t _skill_id
Definition: TransmittedPackets.hpp:46290
uint32_t _element
Definition: TransmittedPackets.hpp:46291
ByteBuffer & serialize()
Definition: TransmittedPackets.cpp:7942
uint16_t _x
Definition: TransmittedPackets.hpp:46288
uint32_t _src_id
Definition: TransmittedPackets.hpp:46286
uint16_t _y
Definition: TransmittedPackets.hpp:46289
uint8_t _disposable
Definition: TransmittedPackets.hpp:46293
References _attack_motion, _delay_time, _disposable, _element, _skill_id, _src_id, _target_id, _x, _y, serialize(), and Horizon::Base::NetworkPacket< ZoneSession >::transmit().
Referenced by Horizon::Zone::ZoneClientInterface::notify_skill_cast().
◆ serialize()
7943{
7955}
uint16_t _packet_id
ID of the network packet.
Definition: NetworkPacket.hpp:87
ByteBuffer & buf()
Definition: NetworkPacket.hpp:59
References _attack_motion, _delay_time, _disposable, _element, Horizon::Base::NetworkPacket< ZoneSession >::_packet_id, _skill_id, _src_id, _target_id, _x, _y, and Horizon::Base::NetworkPacket< ZoneSession >::buf().
Referenced by deliver().
◆ _attack_motion
uint32_t Horizon::Zone::ZC_USESKILL_ACK3::_attack_motion |
◆ _delay_time
uint32_t Horizon::Zone::ZC_USESKILL_ACK3::_delay_time |
◆ _disposable
uint8_t Horizon::Zone::ZC_USESKILL_ACK3::_disposable |
◆ _element
uint32_t Horizon::Zone::ZC_USESKILL_ACK3::_element |
◆ _skill_id
uint16_t Horizon::Zone::ZC_USESKILL_ACK3::_skill_id |
◆ _src_id
uint32_t Horizon::Zone::ZC_USESKILL_ACK3::_src_id |
◆ _target_id
uint32_t Horizon::Zone::ZC_USESKILL_ACK3::_target_id |
◆ _x
uint16_t Horizon::Zone::ZC_USESKILL_ACK3::_x |
◆ _y
uint16_t Horizon::Zone::ZC_USESKILL_ACK3::_y |
The documentation for this class was generated from the following files: