|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | npc_index |
| PlayerKilledState | killed |
| Direction | direction |
| int32_t | player_id |
| int32_t | damage |
| int32_t | hp_percentage |
An NPC attacking
Definition at line 2139 of file protocol.h.
| EoSerialize NpcUpdateAttack::_eo |
Definition at line 2140 of file protocol.h.
| int32_t NpcUpdateAttack::damage |
Definition at line 2145 of file protocol.h.
| Direction NpcUpdateAttack::direction |
Definition at line 2143 of file protocol.h.
| int32_t NpcUpdateAttack::hp_percentage |
Definition at line 2146 of file protocol.h.
| PlayerKilledState NpcUpdateAttack::killed |
Definition at line 2142 of file protocol.h.
| int32_t NpcUpdateAttack::npc_index |
Definition at line 2141 of file protocol.h.
| int32_t NpcUpdateAttack::player_id |
Definition at line 2144 of file protocol.h.