|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| WarpType | warp_type |
| int32_t | map_id |
| union { | |
| struct { | |
| int32_t map_rid [2] | |
| int32_t map_file_size | |
| } map_switch | |
| } * | warp_type_data |
| int32_t | session_id |
Warp request from server
Definition at line 6049 of file protocol.h.
| EoPacket WarpRequestServerPacket::_eo |
Definition at line 6050 of file protocol.h.
| int32_t WarpRequestServerPacket::map_file_size |
Definition at line 6056 of file protocol.h.
| int32_t WarpRequestServerPacket::map_id |
Definition at line 6052 of file protocol.h.
| int32_t WarpRequestServerPacket::map_rid[2] |
Definition at line 6055 of file protocol.h.
| struct { ... } WarpRequestServerPacket::map_switch |
| int32_t WarpRequestServerPacket::session_id |
Definition at line 6059 of file protocol.h.
| WarpType WarpRequestServerPacket::warp_type |
Definition at line 6051 of file protocol.h.
| union { ... } * WarpRequestServerPacket::warp_type_data |