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

#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
DialogQuestEntryquest_entries
size_t dialog_entries_length
DialogEntrydialog_entries

Detailed Description

Quest selection dialog

Definition at line 7133 of file protocol.h.

Field Documentation

◆ _eo

EoPacket QuestDialogServerPacket::_eo

Definition at line 7134 of file protocol.h.

◆ behavior_id

int32_t QuestDialogServerPacket::behavior_id

Definition at line 7135 of file protocol.h.

◆ dialog_entries

DialogEntry* QuestDialogServerPacket::dialog_entries

Definition at line 7142 of file protocol.h.

◆ dialog_entries_length

size_t QuestDialogServerPacket::dialog_entries_length

Definition at line 7141 of file protocol.h.

◆ dialog_id

int32_t QuestDialogServerPacket::dialog_id

Definition at line 7138 of file protocol.h.

◆ quest_entries

DialogQuestEntry* QuestDialogServerPacket::quest_entries

Definition at line 7140 of file protocol.h.

◆ quest_entries_length

size_t QuestDialogServerPacket::quest_entries_length

Definition at line 7139 of file protocol.h.

◆ quest_id

int32_t QuestDialogServerPacket::quest_id

Definition at line 7136 of file protocol.h.

◆ session_id

int32_t QuestDialogServerPacket::session_id

Definition at line 7137 of file protocol.h.


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