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

#include <protocol.h>

Data Fields

EoPacket _eo
ThreeItem item
ByteCoords coords

Detailed Description

Dropping items on the ground

Definition at line 3521 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ItemDropClientPacket::_eo

Definition at line 3522 of file protocol.h.

◆ coords

ByteCoords ItemDropClientPacket::coords

The official client sends 255 byte values for the coords if an item is dropped via the GUI button. 255 values here should be interpreted to mean "drop at current coords". Otherwise, the x and y fields contain encoded numbers that must be explicitly decoded to get the actual x and y values.

Definition at line 3531 of file protocol.h.

◆ item

ThreeItem ItemDropClientPacket::item

Definition at line 3523 of file protocol.h.


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