|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | item_id |
| int32_t | buy_price |
| int32_t | sell_price |
| int32_t | max_amount |
Record of an item that can be bought or sold in a shop
Definition at line 2501 of file protocol.h.
| EoSerialize ShopTradeRecord::_eo |
Definition at line 2502 of file protocol.h.
| int32_t ShopTradeRecord::buy_price |
How much it costs to buy the item from the shop
Definition at line 2507 of file protocol.h.
| int32_t ShopTradeRecord::item_id |
Definition at line 2503 of file protocol.h.
| 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.
| int32_t ShopTradeRecord::sell_price |
How much the shop will pay for the item
Definition at line 2511 of file protocol.h.