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

#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
GroupHealTargetPlayerplayers

Detailed Description

Nearby player(s) hit by a group heal spell from a player

Definition at line 6777 of file protocol.h.

Field Documentation

◆ _eo

EoPacket SpellTargetGroupServerPacket::_eo

Definition at line 6778 of file protocol.h.

◆ caster_id

int32_t SpellTargetGroupServerPacket::caster_id

Definition at line 6780 of file protocol.h.

◆ caster_tp

int32_t SpellTargetGroupServerPacket::caster_tp

Definition at line 6781 of file protocol.h.

◆ players

GroupHealTargetPlayer* SpellTargetGroupServerPacket::players

Definition at line 6784 of file protocol.h.

◆ players_length

size_t SpellTargetGroupServerPacket::players_length

Definition at line 6783 of file protocol.h.

◆ spell_heal_hp

int32_t SpellTargetGroupServerPacket::spell_heal_hp

Definition at line 6782 of file protocol.h.

◆ spell_id

int32_t SpellTargetGroupServerPacket::spell_id

Definition at line 6779 of file protocol.h.


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