|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | index |
| int32_t | id |
| Coords | coords |
| Direction | direction |
Information about a nearby NPC
Definition at line 1491 of file protocol.h.
| EoSerialize NpcMapInfo::_eo |
Definition at line 1492 of file protocol.h.
| Coords NpcMapInfo::coords |
Definition at line 1495 of file protocol.h.
| Direction NpcMapInfo::direction |
Definition at line 1496 of file protocol.h.
| int32_t NpcMapInfo::id |
Definition at line 1494 of file protocol.h.
| int32_t NpcMapInfo::index |
Definition at line 1493 of file protocol.h.