|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | session_id |
| int32_t | dialog_id |
| int32_t | quest_id |
| int32_t | behavior_id |
| DialogReply | reply_type |
| union { | |
| struct { | |
| int32_t action | |
| } link | |
| } * | reply_type_data |
Response to a quest NPC dialog
Definition at line 4348 of file protocol.h.
| EoPacket QuestAcceptClientPacket::_eo |
Definition at line 4349 of file protocol.h.
| int32_t QuestAcceptClientPacket::action |
Definition at line 4357 of file protocol.h.
| int32_t QuestAcceptClientPacket::behavior_id |
Definition at line 4353 of file protocol.h.
| int32_t QuestAcceptClientPacket::dialog_id |
Definition at line 4351 of file protocol.h.
| struct { ... } QuestAcceptClientPacket::link |
| int32_t QuestAcceptClientPacket::quest_id |
Definition at line 4352 of file protocol.h.
| DialogReply QuestAcceptClientPacket::reply_type |
Definition at line 4354 of file protocol.h.
| union { ... } * QuestAcceptClientPacket::reply_type_data |
| int32_t QuestAcceptClientPacket::session_id |
Definition at line 4350 of file protocol.h.