eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
QuestAcceptClientPacket Struct Reference

#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

Detailed Description

Response to a quest NPC dialog

Definition at line 4348 of file protocol.h.

Field Documentation

◆ _eo

EoPacket QuestAcceptClientPacket::_eo

Definition at line 4349 of file protocol.h.

◆ action

int32_t QuestAcceptClientPacket::action

Definition at line 4357 of file protocol.h.

◆ behavior_id

int32_t QuestAcceptClientPacket::behavior_id

Definition at line 4353 of file protocol.h.

◆ dialog_id

int32_t QuestAcceptClientPacket::dialog_id

Definition at line 4351 of file protocol.h.

◆ [struct]

struct { ... } QuestAcceptClientPacket::link

◆ quest_id

int32_t QuestAcceptClientPacket::quest_id

Definition at line 4352 of file protocol.h.

◆ reply_type

DialogReply QuestAcceptClientPacket::reply_type

Definition at line 4354 of file protocol.h.

◆ [union]

union { ... } * QuestAcceptClientPacket::reply_type_data

◆ session_id

int32_t QuestAcceptClientPacket::session_id

Definition at line 4350 of file protocol.h.


The documentation for this struct was generated from the following file: