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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t player_id
bool leader
int32_t level
int32_t hp_percentage
char * name

Detailed Description

A member of the player's party

Definition at line 1992 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize PartyMember::_eo

Definition at line 1993 of file protocol.h.

◆ hp_percentage

int32_t PartyMember::hp_percentage

Definition at line 1997 of file protocol.h.

◆ leader

bool PartyMember::leader

Definition at line 1995 of file protocol.h.

◆ level

int32_t PartyMember::level

Definition at line 1996 of file protocol.h.

◆ name

char* PartyMember::name

Definition at line 1998 of file protocol.h.

◆ player_id

int32_t PartyMember::player_id

Definition at line 1994 of file protocol.h.


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