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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t level
int32_t stat_points
int32_t skill_points
int32_t max_hp
int32_t max_tp
int32_t max_sp

Detailed Description

Level and stat updates

Definition at line 2106 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize LevelUpStats::_eo

Definition at line 2107 of file protocol.h.

◆ level

int32_t LevelUpStats::level

Definition at line 2108 of file protocol.h.

◆ max_hp

int32_t LevelUpStats::max_hp

Definition at line 2111 of file protocol.h.

◆ max_sp

int32_t LevelUpStats::max_sp

Definition at line 2113 of file protocol.h.

◆ max_tp

int32_t LevelUpStats::max_tp

Definition at line 2112 of file protocol.h.

◆ skill_points

int32_t LevelUpStats::skill_points

Definition at line 2110 of file protocol.h.

◆ stat_points

int32_t LevelUpStats::stat_points

Definition at line 2109 of file protocol.h.


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