|
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 |
Requesting info about nearby players and NPCs
Definition at line 3864 of file protocol.h.
| EoPacket RangeRequestClientPacket::_eo |
Definition at line 3865 of file protocol.h.
| int32_t* RangeRequestClientPacket::npc_indexes |
Definition at line 3869 of file protocol.h.
| size_t RangeRequestClientPacket::npc_indexes_length |
Definition at line 3868 of file protocol.h.
| int32_t* RangeRequestClientPacket::player_ids |
Definition at line 3867 of file protocol.h.
| size_t RangeRequestClientPacket::player_ids_length |
Definition at line 3866 of file protocol.h.