|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| char * | name |
| char * | description |
| QuestRequirementIcon | icon |
| int32_t | progress |
| int32_t | target |
An entry in the Quest Progress window
Definition at line 2171 of file protocol.h.
| EoSerialize QuestProgressEntry::_eo |
Definition at line 2172 of file protocol.h.
| char* QuestProgressEntry::description |
Definition at line 2174 of file protocol.h.
| QuestRequirementIcon QuestProgressEntry::icon |
Definition at line 2175 of file protocol.h.
| char* QuestProgressEntry::name |
Definition at line 2173 of file protocol.h.
| int32_t QuestProgressEntry::progress |
Definition at line 2176 of file protocol.h.
| int32_t QuestProgressEntry::target |
Definition at line 2177 of file protocol.h.