|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | hp |
| int32_t | max_hp |
| int32_t | tp |
| int32_t | max_tp |
| int32_t | max_sp |
| int32_t | stat_points |
| int32_t | skill_points |
| int32_t | karma |
| CharacterSecondaryStats | secondary |
| CharacterBaseStatsWelcome | base |
Character stats data. Sent upon selecting a character and entering the game.
Definition at line 1841 of file protocol.h.
| EoSerialize CharacterStatsWelcome::_eo |
Definition at line 1842 of file protocol.h.
| CharacterBaseStatsWelcome CharacterStatsWelcome::base |
Definition at line 1852 of file protocol.h.
| int32_t CharacterStatsWelcome::hp |
Definition at line 1843 of file protocol.h.
| int32_t CharacterStatsWelcome::karma |
Definition at line 1850 of file protocol.h.
| int32_t CharacterStatsWelcome::max_hp |
Definition at line 1844 of file protocol.h.
| int32_t CharacterStatsWelcome::max_sp |
Definition at line 1847 of file protocol.h.
| int32_t CharacterStatsWelcome::max_tp |
Definition at line 1846 of file protocol.h.
| CharacterSecondaryStats CharacterStatsWelcome::secondary |
Definition at line 1851 of file protocol.h.
| int32_t CharacterStatsWelcome::skill_points |
Definition at line 1849 of file protocol.h.
| int32_t CharacterStatsWelcome::stat_points |
Definition at line 1848 of file protocol.h.
| int32_t CharacterStatsWelcome::tp |
Definition at line 1845 of file protocol.h.