|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| CharacterDetails | details |
| CharacterIcon | icon |
| size_t | quest_names_length |
| char ** | quest_names |
Reply to requesting a book
Definition at line 6167 of file protocol.h.
| EoPacket BookReplyServerPacket::_eo |
Definition at line 6168 of file protocol.h.
| CharacterDetails BookReplyServerPacket::details |
Definition at line 6169 of file protocol.h.
| CharacterIcon BookReplyServerPacket::icon |
Definition at line 6170 of file protocol.h.
| char* * BookReplyServerPacket::quest_names |
Definition at line 6172 of file protocol.h.
| size_t BookReplyServerPacket::quest_names_length |
Definition at line 6171 of file protocol.h.