|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Character selection screen character
Definition at line 1644 of file protocol.h.
| EoSerialize CharacterSelectionListEntry::_eo |
Definition at line 1645 of file protocol.h.
| AdminLevel CharacterSelectionListEntry::admin |
Definition at line 1653 of file protocol.h.
| EquipmentCharacterSelect CharacterSelectionListEntry::equipment |
Definition at line 1654 of file protocol.h.
| Gender CharacterSelectionListEntry::gender |
Definition at line 1649 of file protocol.h.
| int32_t CharacterSelectionListEntry::hair_color |
Definition at line 1651 of file protocol.h.
| int32_t CharacterSelectionListEntry::hair_style |
Definition at line 1650 of file protocol.h.
| int32_t CharacterSelectionListEntry::id |
Definition at line 1647 of file protocol.h.
| int32_t CharacterSelectionListEntry::level |
Definition at line 1648 of file protocol.h.
| char* CharacterSelectionListEntry::name |
Definition at line 1646 of file protocol.h.
| int32_t CharacterSelectionListEntry::skin |
Definition at line 1652 of file protocol.h.