|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| Coords | coords |
| int32_t | key |
| int32_t | chest_slot |
| int32_t | item_id |
| int32_t | spawn_time |
| int32_t | amount |
Item spawn EMF entity
Definition at line 798 of file protocol.h.
| EoSerialize MapItem::_eo |
Definition at line 799 of file protocol.h.
| int32_t MapItem::amount |
Definition at line 805 of file protocol.h.
| int32_t MapItem::chest_slot |
Definition at line 802 of file protocol.h.
| Coords MapItem::coords |
Definition at line 800 of file protocol.h.
| int32_t MapItem::item_id |
Definition at line 803 of file protocol.h.
| int32_t MapItem::key |
Definition at line 801 of file protocol.h.
| int32_t MapItem::spawn_time |
Definition at line 804 of file protocol.h.