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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t npc_id
size_t drops_length
DropRecorddrops

Detailed Description

Record of potential drops from an NPC

Definition at line 2297 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize DropNpcRecord::_eo

Definition at line 2298 of file protocol.h.

◆ drops

DropRecord* DropNpcRecord::drops

Definition at line 2301 of file protocol.h.

◆ drops_length

size_t DropNpcRecord::drops_length

Definition at line 2300 of file protocol.h.

◆ npc_id

int32_t DropNpcRecord::npc_id

Definition at line 2299 of file protocol.h.


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