|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | behavior_id |
| int32_t | quest_id |
| int32_t | session_id |
| int32_t | dialog_id |
| size_t | quest_entries_length |
| DialogQuestEntry * | quest_entries |
| size_t | dialog_entries_length |
| DialogEntry * | dialog_entries |
Quest selection dialog
Definition at line 7133 of file protocol.h.
| EoPacket QuestDialogServerPacket::_eo |
Definition at line 7134 of file protocol.h.
| int32_t QuestDialogServerPacket::behavior_id |
Definition at line 7135 of file protocol.h.
| DialogEntry* QuestDialogServerPacket::dialog_entries |
Definition at line 7142 of file protocol.h.
| size_t QuestDialogServerPacket::dialog_entries_length |
Definition at line 7141 of file protocol.h.
| int32_t QuestDialogServerPacket::dialog_id |
Definition at line 7138 of file protocol.h.
| DialogQuestEntry* QuestDialogServerPacket::quest_entries |
Definition at line 7140 of file protocol.h.
| size_t QuestDialogServerPacket::quest_entries_length |
Definition at line 7139 of file protocol.h.
| int32_t QuestDialogServerPacket::quest_id |
Definition at line 7136 of file protocol.h.
| int32_t QuestDialogServerPacket::session_id |
Definition at line 7137 of file protocol.h.