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

#include <protocol.h>

Data Fields

EoPacket _eo
ThreeItem dropped_item
int32_t remaining_amount
int32_t item_index
Coords coords
Weight weight

Detailed Description

Reply to dropping items on the ground

Definition at line 5807 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ItemDropServerPacket::_eo

Definition at line 5808 of file protocol.h.

◆ coords

Coords ItemDropServerPacket::coords

Definition at line 5812 of file protocol.h.

◆ dropped_item

ThreeItem ItemDropServerPacket::dropped_item

Definition at line 5809 of file protocol.h.

◆ item_index

int32_t ItemDropServerPacket::item_index

Definition at line 5811 of file protocol.h.

◆ remaining_amount

int32_t ItemDropServerPacket::remaining_amount

Definition at line 5810 of file protocol.h.

◆ weight

Weight ItemDropServerPacket::weight

Definition at line 5813 of file protocol.h.


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