|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Nearby player hit by a damage spell from a player
Definition at line 6758 of file protocol.h.
| EoPacket AvatarAdminServerPacket::_eo |
Definition at line 6759 of file protocol.h.
| Direction AvatarAdminServerPacket::caster_direction |
Definition at line 6763 of file protocol.h.
| int32_t AvatarAdminServerPacket::caster_id |
Definition at line 6760 of file protocol.h.
| int32_t AvatarAdminServerPacket::damage |
Definition at line 6762 of file protocol.h.
| int32_t AvatarAdminServerPacket::hp_percentage |
Definition at line 6764 of file protocol.h.
| int32_t AvatarAdminServerPacket::spell_id |
Definition at line 6766 of file protocol.h.
| bool AvatarAdminServerPacket::victim_died |
Definition at line 6765 of file protocol.h.
| int32_t AvatarAdminServerPacket::victim_id |
Definition at line 6761 of file protocol.h.