Main object for the aegis packet: ZC_USE_ITEM_ACK2.
More...
#include <TransmittedPackets.hpp>
Main object for the aegis packet: ZC_USE_ITEM_ACK2.
◆ ZC_USE_ITEM_ACK2()
Horizon::Zone::ZC_USE_ITEM_ACK2::ZC_USE_ITEM_ACK2 |
( |
std::shared_ptr< ZoneSession > |
s | ) |
|
|
inline |
46383 {}
@ ID_ZC_USE_ITEM_ACK2
Definition: TransmittedPackets.hpp:46355
◆ ~ZC_USE_ITEM_ACK2()
virtual Horizon::Zone::ZC_USE_ITEM_ACK2::~ZC_USE_ITEM_ACK2 |
( |
| ) |
|
|
inlinevirtual |
◆ deliver()
void ZC_USE_ITEM_ACK2::deliver |
( |
int16_t |
index, |
|
|
int16_t |
item_id, |
|
|
int32_t |
target_guid, |
|
|
int16_t |
amount, |
|
|
bool |
success |
|
) |
| |
ZC_USE_ITEM_ACK2.
3434{
3440
3443}
void transmit()
Send an Asynchronous packet by queueing a buffer of a particular size to the connected session.
Definition: NetworkPacket.hpp:94
int32_t _target_guid
Definition: TransmittedPackets.hpp:46392
ByteBuffer & serialize()
Definition: TransmittedPackets.cpp:3445
int8_t _success
Definition: TransmittedPackets.hpp:46394
int16_t _amount
Definition: TransmittedPackets.hpp:46393
int16_t _item_id
Definition: TransmittedPackets.hpp:46391
int16_t _index
Definition: TransmittedPackets.hpp:46390
References _amount, _index, _item_id, _success, _target_guid, serialize(), and Horizon::Base::NetworkPacket< ZoneSession >::transmit().
◆ serialize()
◆ _amount
int16_t Horizon::Zone::ZC_USE_ITEM_ACK2::_amount |
◆ _index
int16_t Horizon::Zone::ZC_USE_ITEM_ACK2::_index |
◆ _item_id
int16_t Horizon::Zone::ZC_USE_ITEM_ACK2::_item_id |
◆ _success
int8_t Horizon::Zone::ZC_USE_ITEM_ACK2::_success |
◆ _target_guid
int32_t Horizon::Zone::ZC_USE_ITEM_ACK2::_target_guid |
The documentation for this class was generated from the following files: