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

#include <protocol.h>

Data Fields

EoPacket _eo
size_t positions_length
NpcUpdatePositionpositions
size_t attacks_length
NpcUpdateAttackattacks
size_t chats_length
NpcUpdateChatchats
int32_t * hp
int32_t * tp

Detailed Description

Main NPC update message

Definition at line 7084 of file protocol.h.

Field Documentation

◆ _eo

EoPacket NpcPlayerServerPacket::_eo

Definition at line 7085 of file protocol.h.

◆ attacks

NpcUpdateAttack* NpcPlayerServerPacket::attacks

Definition at line 7089 of file protocol.h.

◆ attacks_length

size_t NpcPlayerServerPacket::attacks_length

Definition at line 7088 of file protocol.h.

◆ chats

NpcUpdateChat* NpcPlayerServerPacket::chats

Definition at line 7091 of file protocol.h.

◆ chats_length

size_t NpcPlayerServerPacket::chats_length

Definition at line 7090 of file protocol.h.

◆ hp

int32_t* NpcPlayerServerPacket::hp

Definition at line 7092 of file protocol.h.

◆ positions

NpcUpdatePosition* NpcPlayerServerPacket::positions

Definition at line 7087 of file protocol.h.

◆ positions_length

size_t NpcPlayerServerPacket::positions_length

Definition at line 7086 of file protocol.h.

◆ tp

int32_t* NpcPlayerServerPacket::tp

Definition at line 7093 of file protocol.h.


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