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

#include <protocol.h>

Data Fields

EoPacket _eo
MapDamageType map_damage_type
union { 
   struct { 
      int32_t   tp_damage 
      int32_t   tp 
      int32_t   max_tp 
   }   tp_drain
   struct { 
      int32_t   hp_damage 
      int32_t   hp 
      int32_t   max_hp 
   }   spikes
} * map_damage_type_data

Detailed Description

Taking spike or tp drain damage

Definition at line 7467 of file protocol.h.

Field Documentation

◆ _eo

EoPacket EffectSpecServerPacket::_eo

Definition at line 7468 of file protocol.h.

◆ hp

int32_t EffectSpecServerPacket::hp

Definition at line 7478 of file protocol.h.

◆ hp_damage

int32_t EffectSpecServerPacket::hp_damage

Definition at line 7477 of file protocol.h.

◆ map_damage_type

MapDamageType EffectSpecServerPacket::map_damage_type

Definition at line 7469 of file protocol.h.

◆ [union]

union { ... } * EffectSpecServerPacket::map_damage_type_data

◆ max_hp

int32_t EffectSpecServerPacket::max_hp

Definition at line 7479 of file protocol.h.

◆ max_tp

int32_t EffectSpecServerPacket::max_tp

Definition at line 7474 of file protocol.h.

◆ [struct]

struct { ... } EffectSpecServerPacket::spikes

◆ tp

int32_t EffectSpecServerPacket::tp

Definition at line 7473 of file protocol.h.

◆ tp_damage

int32_t EffectSpecServerPacket::tp_damage

Definition at line 7472 of file protocol.h.

◆ [struct]

struct { ... } EffectSpecServerPacket::tp_drain

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