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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t added_item_id
int32_t remaining_amount
Weight weight
size_t items_length
ThreeItemitems

Detailed Description

Reply to placing an item in to a chest

Definition at line 6279 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ChestReplyServerPacket::_eo

Definition at line 6280 of file protocol.h.

◆ added_item_id

int32_t ChestReplyServerPacket::added_item_id

Definition at line 6281 of file protocol.h.

◆ items

ThreeItem* ChestReplyServerPacket::items

Definition at line 6285 of file protocol.h.

◆ items_length

size_t ChestReplyServerPacket::items_length

Definition at line 6284 of file protocol.h.

◆ remaining_amount

int32_t ChestReplyServerPacket::remaining_amount

Definition at line 6282 of file protocol.h.

◆ weight

Weight ChestReplyServerPacket::weight

Definition at line 6283 of file protocol.h.


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