|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Taking spike or tp drain damage
Definition at line 7467 of file protocol.h.
| EoPacket EffectSpecServerPacket::_eo |
Definition at line 7468 of file protocol.h.
| int32_t EffectSpecServerPacket::hp |
Definition at line 7478 of file protocol.h.
| int32_t EffectSpecServerPacket::hp_damage |
Definition at line 7477 of file protocol.h.
| MapDamageType EffectSpecServerPacket::map_damage_type |
Definition at line 7469 of file protocol.h.
| union { ... } * EffectSpecServerPacket::map_damage_type_data |
| int32_t EffectSpecServerPacket::max_hp |
Definition at line 7479 of file protocol.h.
| int32_t EffectSpecServerPacket::max_tp |
Definition at line 7474 of file protocol.h.
| struct { ... } EffectSpecServerPacket::spikes |
| int32_t EffectSpecServerPacket::tp |
Definition at line 7473 of file protocol.h.
| int32_t EffectSpecServerPacket::tp_damage |
Definition at line 7472 of file protocol.h.
| struct { ... } EffectSpecServerPacket::tp_drain |