|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | uid |
| int32_t | id |
| Coords | coords |
| int32_t | amount |
Information about a nearby item on the ground
Definition at line 1507 of file protocol.h.
| EoSerialize ItemMapInfo::_eo |
Definition at line 1508 of file protocol.h.
| int32_t ItemMapInfo::amount |
Definition at line 1512 of file protocol.h.
| Coords ItemMapInfo::coords |
Definition at line 1511 of file protocol.h.
| int32_t ItemMapInfo::id |
Definition at line 1510 of file protocol.h.
| int32_t ItemMapInfo::uid |
Definition at line 1509 of file protocol.h.