|
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 |
| union { | |
| struct { | |
| int32_t map_id | |
| WarpEffect warp_effect | |
| } map_switch | |
| } * | warp_type_data |
| NearbyInfo | nearby |
Reply after accepting a warp
Definition at line 6070 of file protocol.h.
| EoPacket WarpAgreeServerPacket::_eo |
Definition at line 6071 of file protocol.h.
| int32_t WarpAgreeServerPacket::map_id |
Definition at line 6075 of file protocol.h.
| struct { ... } WarpAgreeServerPacket::map_switch |
| NearbyInfo WarpAgreeServerPacket::nearby |
Definition at line 6079 of file protocol.h.
| WarpEffect WarpAgreeServerPacket::warp_effect |
Definition at line 6076 of file protocol.h.
| WarpType WarpAgreeServerPacket::warp_type |
Definition at line 6072 of file protocol.h.
| union { ... } * WarpAgreeServerPacket::warp_type_data |