|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | killer_id |
| Direction | killer_direction |
| int32_t | npc_index |
| int32_t | drop_index |
| int32_t | drop_id |
| Coords | drop_coords |
| int32_t | drop_amount |
| int32_t | damage |
Information about an NPC that has been killed
Definition at line 2086 of file protocol.h.
| EoSerialize NpcKilledData::_eo |
Definition at line 2087 of file protocol.h.
| int32_t NpcKilledData::damage |
Definition at line 2095 of file protocol.h.
| int32_t NpcKilledData::drop_amount |
Definition at line 2094 of file protocol.h.
| Coords NpcKilledData::drop_coords |
Definition at line 2093 of file protocol.h.
| int32_t NpcKilledData::drop_id |
Definition at line 2092 of file protocol.h.
| int32_t NpcKilledData::drop_index |
Definition at line 2091 of file protocol.h.
| Direction NpcKilledData::killer_direction |
Definition at line 2089 of file protocol.h.
| int32_t NpcKilledData::killer_id |
Definition at line 2088 of file protocol.h.
| int32_t NpcKilledData::npc_index |
Definition at line 2090 of file protocol.h.