eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
RangeRequestClientPacket Struct Reference

#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

Detailed Description

Requesting info about nearby players and NPCs

Definition at line 3864 of file protocol.h.

Field Documentation

◆ _eo

EoPacket RangeRequestClientPacket::_eo

Definition at line 3865 of file protocol.h.

◆ npc_indexes

int32_t* RangeRequestClientPacket::npc_indexes

Definition at line 3869 of file protocol.h.

◆ npc_indexes_length

size_t RangeRequestClientPacket::npc_indexes_length

Definition at line 3868 of file protocol.h.

◆ player_ids

int32_t* RangeRequestClientPacket::player_ids

Definition at line 3867 of file protocol.h.

◆ player_ids_length

size_t RangeRequestClientPacket::player_ids_length

Definition at line 3866 of file protocol.h.


The documentation for this struct was generated from the following file: