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

#include <protocol.h>

Data Fields

EoSerialize _eo
char * name
int32_t id
int32_t level
Gender gender
int32_t hair_style
int32_t hair_color
int32_t skin
AdminLevel admin
EquipmentCharacterSelect equipment

Detailed Description

Character selection screen character

Definition at line 1644 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterSelectionListEntry::_eo

Definition at line 1645 of file protocol.h.

◆ admin

AdminLevel CharacterSelectionListEntry::admin

Definition at line 1653 of file protocol.h.

◆ equipment

EquipmentCharacterSelect CharacterSelectionListEntry::equipment

Definition at line 1654 of file protocol.h.

◆ gender

Gender CharacterSelectionListEntry::gender

Definition at line 1649 of file protocol.h.

◆ hair_color

int32_t CharacterSelectionListEntry::hair_color

Definition at line 1651 of file protocol.h.

◆ hair_style

int32_t CharacterSelectionListEntry::hair_style

Definition at line 1650 of file protocol.h.

◆ id

int32_t CharacterSelectionListEntry::id

Definition at line 1647 of file protocol.h.

◆ level

int32_t CharacterSelectionListEntry::level

Definition at line 1648 of file protocol.h.

◆ name

char* CharacterSelectionListEntry::name

Definition at line 1646 of file protocol.h.

◆ skin

int32_t CharacterSelectionListEntry::skin

Definition at line 1652 of file protocol.h.


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