|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | spell_id |
| int32_t | caster_id |
| int32_t | caster_tp |
| int32_t | spell_heal_hp |
| size_t | players_length |
| GroupHealTargetPlayer * | players |
Nearby player(s) hit by a group heal spell from a player
Definition at line 6777 of file protocol.h.
| EoPacket SpellTargetGroupServerPacket::_eo |
Definition at line 6778 of file protocol.h.
| int32_t SpellTargetGroupServerPacket::caster_id |
Definition at line 6780 of file protocol.h.
| int32_t SpellTargetGroupServerPacket::caster_tp |
Definition at line 6781 of file protocol.h.
| GroupHealTargetPlayer* SpellTargetGroupServerPacket::players |
Definition at line 6784 of file protocol.h.
| size_t SpellTargetGroupServerPacket::players_length |
Definition at line 6783 of file protocol.h.
| int32_t SpellTargetGroupServerPacket::spell_heal_hp |
Definition at line 6782 of file protocol.h.
| int32_t SpellTargetGroupServerPacket::spell_id |
Definition at line 6779 of file protocol.h.