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

#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
ShopTradeRecordtrades
size_t crafts_length
ShopCraftRecordcrafts

Detailed Description

Record of Shop data in an Endless Shop File

Definition at line 2557 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize ShopRecord::_eo

Definition at line 2558 of file protocol.h.

◆ behavior_id

int32_t ShopRecord::behavior_id

Definition at line 2559 of file protocol.h.

◆ class_requirement

int32_t ShopRecord::class_requirement

Class required to use this shop

Definition at line 2572 of file protocol.h.

◆ crafts

ShopCraftRecord* ShopRecord::crafts

Definition at line 2576 of file protocol.h.

◆ crafts_length

size_t ShopRecord::crafts_length

Definition at line 2575 of file protocol.h.

◆ max_level

int32_t ShopRecord::max_level

Maximum level allowed to use this shop

Definition at line 2568 of file protocol.h.

◆ min_level

int32_t ShopRecord::min_level

Minimum level required to use this shop

Definition at line 2564 of file protocol.h.

◆ name

char* ShopRecord::name

Definition at line 2560 of file protocol.h.

◆ trades

ShopTradeRecord* ShopRecord::trades

Definition at line 2574 of file protocol.h.

◆ trades_length

size_t ShopRecord::trades_length

Definition at line 2573 of file protocol.h.


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