|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Information displayed on the paperdoll and book
Definition at line 1970 of file protocol.h.
| EoSerialize CharacterDetails::_eo |
Definition at line 1971 of file protocol.h.
| AdminLevel CharacterDetails::admin |
Definition at line 1981 of file protocol.h.
| int32_t CharacterDetails::class_id |
Definition at line 1979 of file protocol.h.
| Gender CharacterDetails::gender |
Definition at line 1980 of file protocol.h.
| char* CharacterDetails::guild |
Definition at line 1976 of file protocol.h.
| char* CharacterDetails::guild_rank |
Definition at line 1977 of file protocol.h.
| char* CharacterDetails::home |
Definition at line 1973 of file protocol.h.
| char* CharacterDetails::name |
Definition at line 1972 of file protocol.h.
| char* CharacterDetails::partner |
Definition at line 1974 of file protocol.h.
| int32_t CharacterDetails::player_id |
Definition at line 1978 of file protocol.h.
| char* CharacterDetails::title |
Definition at line 1975 of file protocol.h.