|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | added_item_id |
| int32_t | remaining_amount |
| Weight | weight |
| size_t | items_length |
| ThreeItem * | items |
Reply to placing an item in to a chest
Definition at line 6279 of file protocol.h.
| EoPacket ChestReplyServerPacket::_eo |
Definition at line 6280 of file protocol.h.
| int32_t ChestReplyServerPacket::added_item_id |
Definition at line 6281 of file protocol.h.
| ThreeItem* ChestReplyServerPacket::items |
Definition at line 6285 of file protocol.h.
| size_t ChestReplyServerPacket::items_length |
Definition at line 6284 of file protocol.h.
| int32_t ChestReplyServerPacket::remaining_amount |
Definition at line 6282 of file protocol.h.
| Weight ChestReplyServerPacket::weight |
Definition at line 6283 of file protocol.h.