|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| char * | name |
| int32_t | parent_type |
| int32_t | stat_group |
| int32_t | str |
| int32_t | intl |
| int32_t | wis |
| int32_t | agi |
| int32_t | con |
| int32_t | cha |
Record of Class data in an Endless Class File
Definition at line 1209 of file protocol.h.
| EoSerialize EcfRecord::_eo |
Definition at line 1210 of file protocol.h.
| int32_t EcfRecord::agi |
Definition at line 1217 of file protocol.h.
| int32_t EcfRecord::cha |
Definition at line 1219 of file protocol.h.
| int32_t EcfRecord::con |
Definition at line 1218 of file protocol.h.
| int32_t EcfRecord::intl |
Definition at line 1215 of file protocol.h.
| char* EcfRecord::name |
Definition at line 1211 of file protocol.h.
| int32_t EcfRecord::parent_type |
Definition at line 1212 of file protocol.h.
| int32_t EcfRecord::stat_group |
Definition at line 1213 of file protocol.h.
| int32_t EcfRecord::str |
Definition at line 1214 of file protocol.h.
| int32_t EcfRecord::wis |
Definition at line 1216 of file protocol.h.