|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| size_t | player_ids_length |
| int32_t * | player_ids |
| size_t | npc_indexes_length |
| int32_t * | npc_indexes |
| size_t | items_length |
| ItemMapInfo * | items |
Players, NPCs, and Items appearing in nearby view
Definition at line 5359 of file protocol.h.
| EoPacket WalkReplyServerPacket::_eo |
Definition at line 5360 of file protocol.h.
| ItemMapInfo* WalkReplyServerPacket::items |
Definition at line 5366 of file protocol.h.
| size_t WalkReplyServerPacket::items_length |
Definition at line 5365 of file protocol.h.
| int32_t* WalkReplyServerPacket::npc_indexes |
Definition at line 5364 of file protocol.h.
| size_t WalkReplyServerPacket::npc_indexes_length |
Definition at line 5363 of file protocol.h.
| int32_t* WalkReplyServerPacket::player_ids |
Definition at line 5362 of file protocol.h.
| size_t WalkReplyServerPacket::player_ids_length |
Definition at line 5361 of file protocol.h.