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

#include <protocol.h>

Data Fields

EoSerialize _eo
char * name
char * title
int32_t level
CharacterIcon icon
int32_t class_id
char * guild_tag

Detailed Description

A player in the online list

Definition at line 1597 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize OnlinePlayer::_eo

Definition at line 1598 of file protocol.h.

◆ class_id

int32_t OnlinePlayer::class_id

Definition at line 1603 of file protocol.h.

◆ guild_tag

char* OnlinePlayer::guild_tag

Definition at line 1604 of file protocol.h.

◆ icon

CharacterIcon OnlinePlayer::icon

Definition at line 1602 of file protocol.h.

◆ level

int32_t OnlinePlayer::level

Definition at line 1601 of file protocol.h.

◆ name

char* OnlinePlayer::name

Definition at line 1599 of file protocol.h.

◆ title

char* OnlinePlayer::title

Definition at line 1600 of file protocol.h.


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