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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t caster_id
int32_t victim_id
int32_t damage
Direction caster_direction
int32_t hp_percentage
bool victim_died
int32_t spell_id

Detailed Description

Nearby player hit by a damage spell from a player

Definition at line 6758 of file protocol.h.

Field Documentation

◆ _eo

EoPacket AvatarAdminServerPacket::_eo

Definition at line 6759 of file protocol.h.

◆ caster_direction

Direction AvatarAdminServerPacket::caster_direction

Definition at line 6763 of file protocol.h.

◆ caster_id

int32_t AvatarAdminServerPacket::caster_id

Definition at line 6760 of file protocol.h.

◆ damage

int32_t AvatarAdminServerPacket::damage

Definition at line 6762 of file protocol.h.

◆ hp_percentage

int32_t AvatarAdminServerPacket::hp_percentage

Definition at line 6764 of file protocol.h.

◆ spell_id

int32_t AvatarAdminServerPacket::spell_id

Definition at line 6766 of file protocol.h.

◆ victim_died

bool AvatarAdminServerPacket::victim_died

Definition at line 6765 of file protocol.h.

◆ victim_id

int32_t AvatarAdminServerPacket::victim_id

Definition at line 6761 of file protocol.h.


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