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

#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

Detailed Description

Information about an NPC that has been killed

Definition at line 2086 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize NpcKilledData::_eo

Definition at line 2087 of file protocol.h.

◆ damage

int32_t NpcKilledData::damage

Definition at line 2095 of file protocol.h.

◆ drop_amount

int32_t NpcKilledData::drop_amount

Definition at line 2094 of file protocol.h.

◆ drop_coords

Coords NpcKilledData::drop_coords

Definition at line 2093 of file protocol.h.

◆ drop_id

int32_t NpcKilledData::drop_id

Definition at line 2092 of file protocol.h.

◆ drop_index

int32_t NpcKilledData::drop_index

Definition at line 2091 of file protocol.h.

◆ killer_direction

Direction NpcKilledData::killer_direction

Definition at line 2089 of file protocol.h.

◆ killer_id

int32_t NpcKilledData::killer_id

Definition at line 2088 of file protocol.h.

◆ npc_index

int32_t NpcKilledData::npc_index

Definition at line 2090 of file protocol.h.


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