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

#include <protocol.h>

Data Fields

EoSerialize _eo
char * name
char * home
char * partner
char * title
char * guild
char * guild_rank
int32_t player_id
int32_t class_id
Gender gender
AdminLevel admin

Detailed Description

Information displayed on the paperdoll and book

Definition at line 1970 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterDetails::_eo

Definition at line 1971 of file protocol.h.

◆ admin

AdminLevel CharacterDetails::admin

Definition at line 1981 of file protocol.h.

◆ class_id

int32_t CharacterDetails::class_id

Definition at line 1979 of file protocol.h.

◆ gender

Gender CharacterDetails::gender

Definition at line 1980 of file protocol.h.

◆ guild

char* CharacterDetails::guild

Definition at line 1976 of file protocol.h.

◆ guild_rank

char* CharacterDetails::guild_rank

Definition at line 1977 of file protocol.h.

◆ home

char* CharacterDetails::home

Definition at line 1973 of file protocol.h.

◆ name

char* CharacterDetails::name

Definition at line 1972 of file protocol.h.

◆ partner

char* CharacterDetails::partner

Definition at line 1974 of file protocol.h.

◆ player_id

int32_t CharacterDetails::player_id

Definition at line 1978 of file protocol.h.

◆ title

char* CharacterDetails::title

Definition at line 1975 of file protocol.h.


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