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

#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

Detailed Description

Reply after accepting a warp

Definition at line 6070 of file protocol.h.

Field Documentation

◆ _eo

EoPacket WarpAgreeServerPacket::_eo

Definition at line 6071 of file protocol.h.

◆ map_id

int32_t WarpAgreeServerPacket::map_id

Definition at line 6075 of file protocol.h.

◆ [struct]

struct { ... } WarpAgreeServerPacket::map_switch

◆ nearby

NearbyInfo WarpAgreeServerPacket::nearby

Definition at line 6079 of file protocol.h.

◆ warp_effect

WarpEffect WarpAgreeServerPacket::warp_effect

Definition at line 6076 of file protocol.h.

◆ warp_type

WarpType WarpAgreeServerPacket::warp_type

Definition at line 6072 of file protocol.h.

◆ [union]

union { ... } * WarpAgreeServerPacket::warp_type_data

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