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

#include <protocol.h>

Data Fields

EoSerialize _eo
CharacterBaseStats base_stats
int32_t max_hp
int32_t max_tp
int32_t max_sp
int32_t max_weight
CharacterSecondaryStats secondary_stats

Detailed Description

Character stats data. Sent when stats are updated.

Definition at line 1864 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterStatsUpdate::_eo

Definition at line 1865 of file protocol.h.

◆ base_stats

CharacterBaseStats CharacterStatsUpdate::base_stats

Definition at line 1866 of file protocol.h.

◆ max_hp

int32_t CharacterStatsUpdate::max_hp

Definition at line 1867 of file protocol.h.

◆ max_sp

int32_t CharacterStatsUpdate::max_sp

Definition at line 1869 of file protocol.h.

◆ max_tp

int32_t CharacterStatsUpdate::max_tp

Definition at line 1868 of file protocol.h.

◆ max_weight

int32_t CharacterStatsUpdate::max_weight

Definition at line 1870 of file protocol.h.

◆ secondary_stats

CharacterSecondaryStats CharacterStatsUpdate::secondary_stats

Definition at line 1871 of file protocol.h.


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