|
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 | id |
| int32_t | spawn_type |
| int32_t | spawn_time |
| int32_t | amount |
NPC spawn EMF entity
Definition at line 767 of file protocol.h.
| EoSerialize MapNpc::_eo |
Definition at line 768 of file protocol.h.
| int32_t MapNpc::amount |
Definition at line 773 of file protocol.h.
| Coords MapNpc::coords |
Definition at line 769 of file protocol.h.
| int32_t MapNpc::id |
Definition at line 770 of file protocol.h.
| int32_t MapNpc::spawn_time |
Definition at line 772 of file protocol.h.
| int32_t MapNpc::spawn_type |
Definition at line 771 of file protocol.h.