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

#include <protocol.h>

Data Fields

EoPacket _eo
QuestPage page
int32_t quests_count
union { 
   struct { 
      size_t   quest_progress_entries_length 
      QuestProgressEntry *   quest_progress_entries 
   }   progress
   struct { 
      size_t   completed_quests_length 
      char **   completed_quests 
   }   history
} * page_data

Detailed Description

Quest history / progress reply

Definition at line 7153 of file protocol.h.

Field Documentation

◆ _eo

EoPacket QuestListServerPacket::_eo

Definition at line 7154 of file protocol.h.

◆ completed_quests

char* * QuestListServerPacket::completed_quests

Definition at line 7164 of file protocol.h.

◆ completed_quests_length

size_t QuestListServerPacket::completed_quests_length

Definition at line 7163 of file protocol.h.

◆ [struct]

struct { ... } QuestListServerPacket::history

◆ page

QuestPage QuestListServerPacket::page

Definition at line 7155 of file protocol.h.

◆ [union]

union { ... } * QuestListServerPacket::page_data

◆ [struct]

struct { ... } QuestListServerPacket::progress

◆ quest_progress_entries

QuestProgressEntry* QuestListServerPacket::quest_progress_entries

Definition at line 7160 of file protocol.h.

◆ quest_progress_entries_length

size_t QuestListServerPacket::quest_progress_entries_length

Definition at line 7159 of file protocol.h.

◆ quests_count

int32_t QuestListServerPacket::quests_count

Definition at line 7156 of file protocol.h.


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