|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | behavior_id |
| char * | name |
| int32_t | min_level |
| int32_t | max_level |
| int32_t | class_requirement |
| size_t | trades_length |
| ShopTradeRecord * | trades |
| size_t | crafts_length |
| ShopCraftRecord * | crafts |
Record of Shop data in an Endless Shop File
Definition at line 2557 of file protocol.h.
| EoSerialize ShopRecord::_eo |
Definition at line 2558 of file protocol.h.
| int32_t ShopRecord::behavior_id |
Definition at line 2559 of file protocol.h.
| int32_t ShopRecord::class_requirement |
Class required to use this shop
Definition at line 2572 of file protocol.h.
| ShopCraftRecord* ShopRecord::crafts |
Definition at line 2576 of file protocol.h.
| size_t ShopRecord::crafts_length |
Definition at line 2575 of file protocol.h.
| int32_t ShopRecord::max_level |
Maximum level allowed to use this shop
Definition at line 2568 of file protocol.h.
| int32_t ShopRecord::min_level |
Minimum level required to use this shop
Definition at line 2564 of file protocol.h.
| char* ShopRecord::name |
Definition at line 2560 of file protocol.h.
| ShopTradeRecord* ShopRecord::trades |
Definition at line 2574 of file protocol.h.
| size_t ShopRecord::trades_length |
Definition at line 2573 of file protocol.h.