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

#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

Detailed Description

Character stats data. Sent upon selecting a character and entering the game.

Definition at line 1841 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterStatsWelcome::_eo

Definition at line 1842 of file protocol.h.

◆ base

CharacterBaseStatsWelcome CharacterStatsWelcome::base

Definition at line 1852 of file protocol.h.

◆ hp

int32_t CharacterStatsWelcome::hp

Definition at line 1843 of file protocol.h.

◆ karma

int32_t CharacterStatsWelcome::karma

Definition at line 1850 of file protocol.h.

◆ max_hp

int32_t CharacterStatsWelcome::max_hp

Definition at line 1844 of file protocol.h.

◆ max_sp

int32_t CharacterStatsWelcome::max_sp

Definition at line 1847 of file protocol.h.

◆ max_tp

int32_t CharacterStatsWelcome::max_tp

Definition at line 1846 of file protocol.h.

◆ secondary

CharacterSecondaryStats CharacterStatsWelcome::secondary

Definition at line 1851 of file protocol.h.

◆ skill_points

int32_t CharacterStatsWelcome::skill_points

Definition at line 1849 of file protocol.h.

◆ stat_points

int32_t CharacterStatsWelcome::stat_points

Definition at line 1848 of file protocol.h.

◆ tp

int32_t CharacterStatsWelcome::tp

Definition at line 1845 of file protocol.h.


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