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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t player_id
int32_t experience
int32_t level_up

Detailed Description

EXP gain for a member of the player's party

Definition at line 2009 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize PartyExpShare::_eo

Definition at line 2010 of file protocol.h.

◆ experience

int32_t PartyExpShare::experience

Definition at line 2012 of file protocol.h.

◆ level_up

int32_t PartyExpShare::level_up

A value greater than 0 is "new level" and indicates the player leveled up.

Definition at line 2016 of file protocol.h.

◆ player_id

int32_t PartyExpShare::player_id

Definition at line 2011 of file protocol.h.


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