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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t player_id
Direction direction
int32_t kills_count
char * killer_name
char * victim_name

Detailed Description

Arena kill message

Definition at line 7215 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ArenaSpecServerPacket::_eo

Definition at line 7216 of file protocol.h.

◆ direction

Direction ArenaSpecServerPacket::direction

Definition at line 7218 of file protocol.h.

◆ killer_name

char* ArenaSpecServerPacket::killer_name

Definition at line 7220 of file protocol.h.

◆ kills_count

int32_t ArenaSpecServerPacket::kills_count

Definition at line 7219 of file protocol.h.

◆ player_id

int32_t ArenaSpecServerPacket::player_id

Definition at line 7217 of file protocol.h.

◆ victim_name

char* ArenaSpecServerPacket::victim_name

Definition at line 7221 of file protocol.h.


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