|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| char * | name |
| int32_t | usage |
| int32_t | gold_bank |
| size_t | inventory_length |
| Item * | inventory |
| size_t | bank_length |
| ThreeItem * | bank |
Admin character inventory popup
Definition at line 4844 of file protocol.h.
| EoPacket AdminInteractListServerPacket::_eo |
Definition at line 4845 of file protocol.h.
| ThreeItem* AdminInteractListServerPacket::bank |
Definition at line 4852 of file protocol.h.
| size_t AdminInteractListServerPacket::bank_length |
Definition at line 4851 of file protocol.h.
| int32_t AdminInteractListServerPacket::gold_bank |
Definition at line 4848 of file protocol.h.
| Item* AdminInteractListServerPacket::inventory |
Definition at line 4850 of file protocol.h.
| size_t AdminInteractListServerPacket::inventory_length |
Definition at line 4849 of file protocol.h.
| char* AdminInteractListServerPacket::name |
Definition at line 4846 of file protocol.h.
| int32_t AdminInteractListServerPacket::usage |
Definition at line 4847 of file protocol.h.