eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
ShopOpenServerPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t session_id
char * shop_name
size_t trade_items_length
ShopTradeItemtrade_items
size_t craft_items_length
ShopCraftItemcraft_items

Detailed Description

Response from talking to a shop NPC

Definition at line 5644 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ShopOpenServerPacket::_eo

Definition at line 5645 of file protocol.h.

◆ craft_items

ShopCraftItem* ShopOpenServerPacket::craft_items

Definition at line 5651 of file protocol.h.

◆ craft_items_length

size_t ShopOpenServerPacket::craft_items_length

Definition at line 5650 of file protocol.h.

◆ session_id

int32_t ShopOpenServerPacket::session_id

Definition at line 5646 of file protocol.h.

◆ shop_name

char* ShopOpenServerPacket::shop_name

Definition at line 5647 of file protocol.h.

◆ trade_items

ShopTradeItem* ShopOpenServerPacket::trade_items

Definition at line 5649 of file protocol.h.

◆ trade_items_length

size_t ShopOpenServerPacket::trade_items_length

Definition at line 5648 of file protocol.h.


The documentation for this struct was generated from the following file: