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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t victim_id
int32_t caster_id
Direction caster_direction
int32_t spell_id
int32_t spell_heal_hp
int32_t hp_percentage
int32_t * hp

Detailed Description

Nearby player hit by a heal spell from a player

Definition at line 6795 of file protocol.h.

Field Documentation

◆ _eo

EoPacket SpellTargetOtherServerPacket::_eo

Definition at line 6796 of file protocol.h.

◆ caster_direction

Direction SpellTargetOtherServerPacket::caster_direction

Definition at line 6799 of file protocol.h.

◆ caster_id

int32_t SpellTargetOtherServerPacket::caster_id

Definition at line 6798 of file protocol.h.

◆ hp

int32_t* SpellTargetOtherServerPacket::hp

Definition at line 6803 of file protocol.h.

◆ hp_percentage

int32_t SpellTargetOtherServerPacket::hp_percentage

Definition at line 6802 of file protocol.h.

◆ spell_heal_hp

int32_t SpellTargetOtherServerPacket::spell_heal_hp

Definition at line 6801 of file protocol.h.

◆ spell_id

int32_t SpellTargetOtherServerPacket::spell_id

Definition at line 6800 of file protocol.h.

◆ victim_id

int32_t SpellTargetOtherServerPacket::victim_id

Definition at line 6797 of file protocol.h.


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