eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
WalkReplyServerPacket 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
size_t items_length
ItemMapInfoitems

Detailed Description

Players, NPCs, and Items appearing in nearby view

Definition at line 5359 of file protocol.h.

Field Documentation

◆ _eo

EoPacket WalkReplyServerPacket::_eo

Definition at line 5360 of file protocol.h.

◆ items

ItemMapInfo* WalkReplyServerPacket::items

Definition at line 5366 of file protocol.h.

◆ items_length

size_t WalkReplyServerPacket::items_length

Definition at line 5365 of file protocol.h.

◆ npc_indexes

int32_t* WalkReplyServerPacket::npc_indexes

Definition at line 5364 of file protocol.h.

◆ npc_indexes_length

size_t WalkReplyServerPacket::npc_indexes_length

Definition at line 5363 of file protocol.h.

◆ player_ids

int32_t* WalkReplyServerPacket::player_ids

Definition at line 5362 of file protocol.h.

◆ player_ids_length

size_t WalkReplyServerPacket::player_ids_length

Definition at line 5361 of file protocol.h.


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