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

#include <protocol.h>

Data Fields

EoSerialize _eo
DialogEntryType entry_type
union { 
   struct { 
      int32_t   link_id 
   }   link
} * entry_type_data
char * line

Detailed Description

An entry in a quest dialog

Definition at line 2202 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize DialogEntry::_eo

Definition at line 2203 of file protocol.h.

◆ entry_type

DialogEntryType DialogEntry::entry_type

Definition at line 2204 of file protocol.h.

◆ [union]

union { ... } * DialogEntry::entry_type_data

◆ line

char* DialogEntry::line

Definition at line 2210 of file protocol.h.

◆ [struct]

struct { ... } DialogEntry::link

◆ link_id

int32_t DialogEntry::link_id

Definition at line 2207 of file protocol.h.


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