Main object for the aegis packet: CZ_REQ_OPEN_BUYING_STORE.
More...
#include <HandledPackets.hpp>
Main object for the aegis packet: CZ_REQ_OPEN_BUYING_STORE.
◆ CZ_REQ_OPEN_BUYING_STORE()
Horizon::Zone::CZ_REQ_OPEN_BUYING_STORE::CZ_REQ_OPEN_BUYING_STORE |
( |
std::shared_ptr< ZoneSession > |
s | ) |
|
|
inline |
28589 {}
@ ID_CZ_REQ_OPEN_BUYING_STORE
Definition: HandledPackets.hpp:28183
◆ ~CZ_REQ_OPEN_BUYING_STORE()
virtual Horizon::Zone::CZ_REQ_OPEN_BUYING_STORE::~CZ_REQ_OPEN_BUYING_STORE |
( |
| ) |
|
|
inlinevirtual |
◆ deserialize()
void CZ_REQ_OPEN_BUYING_STORE::deserialize |
( |
ByteBuffer & |
buf | ) |
|
|
virtual |
Reimplemented from Horizon::Base::NetworkPacket< ZoneSession >.
2660{
2671 }
2672}
#define MAX_VENDING_SHOP_NAME_LENGTH
Definition: ClientDefinitions.hpp:71
T read()
Definition: ByteBuffer.hpp:379
uint16_t _packet_id
ID of the network packet.
Definition: NetworkPacket.hpp:87
ByteBuffer & buf()
Definition: NetworkPacket.hpp:59
std::vector< cz_req_open_buying_store_itemlist > _items
Definition: HandledPackets.hpp:28600
char _store_name[MAX_VENDING_SHOP_NAME_LENGTH]
Definition: HandledPackets.hpp:28599
int8_t _result
Definition: HandledPackets.hpp:28598
int16_t _packet_length
Definition: HandledPackets.hpp:28596
int _zeny_limit
Definition: HandledPackets.hpp:28597
Definition: ClientDefinitions.hpp:698
int16_t item_id
Definition: ClientDefinitions.hpp:698
int16_t amount
Definition: ClientDefinitions.hpp:698
int price
Definition: ClientDefinitions.hpp:698
References _items, Horizon::Base::NetworkPacket< ZoneSession >::_packet_id, _packet_length, _result, _store_name, _zeny_limit, cz_req_open_buying_store_itemlist::amount, Horizon::Base::NetworkPacket< ZoneSession >::buf(), cz_req_open_buying_store_itemlist::item_id, MAX_VENDING_SHOP_NAME_LENGTH, cz_req_open_buying_store_itemlist::price, and ByteBuffer::read().
Referenced by handle().
◆ handle()
void CZ_REQ_OPEN_BUYING_STORE::handle |
( |
ByteBuffer && |
buf | ) |
|
|
virtual |
◆ _items
◆ _packet_length
int16_t Horizon::Zone::CZ_REQ_OPEN_BUYING_STORE::_packet_length { 0 } |
◆ _result
int8_t Horizon::Zone::CZ_REQ_OPEN_BUYING_STORE::_result { 0 } |
◆ _store_name
◆ _zeny_limit
int Horizon::Zone::CZ_REQ_OPEN_BUYING_STORE::_zeny_limit { 0 } |
The documentation for this class was generated from the following files: