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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t item_id
int32_t buy_price
int32_t sell_price
int32_t max_amount

Detailed Description

Record of an item that can be bought or sold in a shop

Definition at line 2501 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize ShopTradeRecord::_eo

Definition at line 2502 of file protocol.h.

◆ buy_price

int32_t ShopTradeRecord::buy_price

How much it costs to buy the item from the shop

Definition at line 2507 of file protocol.h.

◆ item_id

int32_t ShopTradeRecord::item_id

Definition at line 2503 of file protocol.h.

◆ max_amount

int32_t ShopTradeRecord::max_amount

Max amount of the item that can be bought or sold at one time

Definition at line 2515 of file protocol.h.

◆ sell_price

int32_t ShopTradeRecord::sell_price

How much the shop will pay for the item

Definition at line 2511 of file protocol.h.


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