|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| size_t | positions_length |
| NpcUpdatePosition * | positions |
| size_t | attacks_length |
| NpcUpdateAttack * | attacks |
| size_t | chats_length |
| NpcUpdateChat * | chats |
| int32_t * | hp |
| int32_t * | tp |
Main NPC update message
Definition at line 7084 of file protocol.h.
| EoPacket NpcPlayerServerPacket::_eo |
Definition at line 7085 of file protocol.h.
| NpcUpdateAttack* NpcPlayerServerPacket::attacks |
Definition at line 7089 of file protocol.h.
| size_t NpcPlayerServerPacket::attacks_length |
Definition at line 7088 of file protocol.h.
| NpcUpdateChat* NpcPlayerServerPacket::chats |
Definition at line 7091 of file protocol.h.
| size_t NpcPlayerServerPacket::chats_length |
Definition at line 7090 of file protocol.h.
| int32_t* NpcPlayerServerPacket::hp |
Definition at line 7092 of file protocol.h.
| NpcUpdatePosition* NpcPlayerServerPacket::positions |
Definition at line 7087 of file protocol.h.
| size_t NpcPlayerServerPacket::positions_length |
Definition at line 7086 of file protocol.h.
| int32_t* NpcPlayerServerPacket::tp |
Definition at line 7093 of file protocol.h.