|
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 * | title |
| int32_t | level |
| CharacterIcon | icon |
| int32_t | class_id |
| char * | guild_tag |
A player in the online list
Definition at line 1597 of file protocol.h.
| EoSerialize OnlinePlayer::_eo |
Definition at line 1598 of file protocol.h.
| int32_t OnlinePlayer::class_id |
Definition at line 1603 of file protocol.h.
| char* OnlinePlayer::guild_tag |
Definition at line 1604 of file protocol.h.
| CharacterIcon OnlinePlayer::icon |
Definition at line 1602 of file protocol.h.
| int32_t OnlinePlayer::level |
Definition at line 1601 of file protocol.h.
| char* OnlinePlayer::name |
Definition at line 1599 of file protocol.h.
| char* OnlinePlayer::title |
Definition at line 1600 of file protocol.h.