|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| QuestPage | page |
| int32_t | quests_count |
| union { | |
| struct { | |
| size_t quest_progress_entries_length | |
| QuestProgressEntry * quest_progress_entries | |
| } progress | |
| struct { | |
| size_t completed_quests_length | |
| char ** completed_quests | |
| } history | |
| } * | page_data |
Quest history / progress reply
Definition at line 7153 of file protocol.h.
| EoPacket QuestListServerPacket::_eo |
Definition at line 7154 of file protocol.h.
| char* * QuestListServerPacket::completed_quests |
Definition at line 7164 of file protocol.h.
| size_t QuestListServerPacket::completed_quests_length |
Definition at line 7163 of file protocol.h.
| struct { ... } QuestListServerPacket::history |
| QuestPage QuestListServerPacket::page |
Definition at line 7155 of file protocol.h.
| union { ... } * QuestListServerPacket::page_data |
| struct { ... } QuestListServerPacket::progress |
| QuestProgressEntry* QuestListServerPacket::quest_progress_entries |
Definition at line 7160 of file protocol.h.
| size_t QuestListServerPacket::quest_progress_entries_length |
Definition at line 7159 of file protocol.h.
| int32_t QuestListServerPacket::quests_count |
Definition at line 7156 of file protocol.h.