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

#include <protocol.h>

Data Fields

EoPacket _eo
SpellTargetType target_type
int32_t previous_timestamp
int32_t spell_id
int32_t victim_id
int32_t timestamp

Detailed Description

Targeted spell cast

Definition at line 4210 of file protocol.h.

Field Documentation

◆ _eo

EoPacket SpellTargetOtherClientPacket::_eo

Definition at line 4211 of file protocol.h.

◆ previous_timestamp

int32_t SpellTargetOtherClientPacket::previous_timestamp

Definition at line 4213 of file protocol.h.

◆ spell_id

int32_t SpellTargetOtherClientPacket::spell_id

Definition at line 4214 of file protocol.h.

◆ target_type

SpellTargetType SpellTargetOtherClientPacket::target_type

Definition at line 4212 of file protocol.h.

◆ timestamp

int32_t SpellTargetOtherClientPacket::timestamp

Definition at line 4216 of file protocol.h.

◆ victim_id

int32_t SpellTargetOtherClientPacket::victim_id

Definition at line 4215 of file protocol.h.


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