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

#include <protocol.h>

Data Fields

EoSerialize _eo
char * name
char * description
QuestRequirementIcon icon
int32_t progress
int32_t target

Detailed Description

An entry in the Quest Progress window

Definition at line 2171 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize QuestProgressEntry::_eo

Definition at line 2172 of file protocol.h.

◆ description

char* QuestProgressEntry::description

Definition at line 2174 of file protocol.h.

◆ icon

QuestRequirementIcon QuestProgressEntry::icon

Definition at line 2175 of file protocol.h.

◆ name

char* QuestProgressEntry::name

Definition at line 2173 of file protocol.h.

◆ progress

int32_t QuestProgressEntry::progress

Definition at line 2176 of file protocol.h.

◆ target

int32_t QuestProgressEntry::target

Definition at line 2177 of file protocol.h.


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