|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| DialogEntryType | entry_type |
| union { | |
| struct { | |
| int32_t link_id | |
| } link | |
| } * | entry_type_data |
| char * | line |
An entry in a quest dialog
Definition at line 2202 of file protocol.h.
| EoSerialize DialogEntry::_eo |
Definition at line 2203 of file protocol.h.
| DialogEntryType DialogEntry::entry_type |
Definition at line 2204 of file protocol.h.
| union { ... } * DialogEntry::entry_type_data |
| char* DialogEntry::line |
Definition at line 2210 of file protocol.h.
| struct { ... } DialogEntry::link |
| int32_t DialogEntry::link_id |
Definition at line 2207 of file protocol.h.