|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| ThreeItem | dropped_item |
| int32_t | remaining_amount |
| int32_t | item_index |
| Coords | coords |
| Weight | weight |
Reply to dropping items on the ground
Definition at line 5807 of file protocol.h.
| EoPacket ItemDropServerPacket::_eo |
Definition at line 5808 of file protocol.h.
| Coords ItemDropServerPacket::coords |
Definition at line 5812 of file protocol.h.
| ThreeItem ItemDropServerPacket::dropped_item |
Definition at line 5809 of file protocol.h.
| int32_t ItemDropServerPacket::item_index |
Definition at line 5811 of file protocol.h.
| int32_t ItemDropServerPacket::remaining_amount |
Definition at line 5810 of file protocol.h.
| Weight ItemDropServerPacket::weight |
Definition at line 5813 of file protocol.h.