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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t hp
int32_t max_hp
int32_t tp
int32_t max_tp
CharacterBaseStats base_stats
CharacterSecondaryStatsInfoLookup secondary_stats
CharacterElementalStats elemental_stats

Detailed Description

Character stats data. Sent with character info lookups.

Definition at line 1883 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterStatsInfoLookup::_eo

Definition at line 1884 of file protocol.h.

◆ base_stats

CharacterBaseStats CharacterStatsInfoLookup::base_stats

Definition at line 1889 of file protocol.h.

◆ elemental_stats

CharacterElementalStats CharacterStatsInfoLookup::elemental_stats

Definition at line 1891 of file protocol.h.

◆ hp

int32_t CharacterStatsInfoLookup::hp

Definition at line 1885 of file protocol.h.

◆ max_hp

int32_t CharacterStatsInfoLookup::max_hp

Definition at line 1886 of file protocol.h.

◆ max_tp

int32_t CharacterStatsInfoLookup::max_tp

Definition at line 1888 of file protocol.h.

◆ secondary_stats

CharacterSecondaryStatsInfoLookup CharacterStatsInfoLookup::secondary_stats

Definition at line 1890 of file protocol.h.

◆ tp

int32_t CharacterStatsInfoLookup::tp

Definition at line 1887 of file protocol.h.


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