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

#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

Detailed Description

Warp request from server

Definition at line 6049 of file protocol.h.

Field Documentation

◆ _eo

EoPacket WarpRequestServerPacket::_eo

Definition at line 6050 of file protocol.h.

◆ map_file_size

int32_t WarpRequestServerPacket::map_file_size

Definition at line 6056 of file protocol.h.

◆ map_id

int32_t WarpRequestServerPacket::map_id

Definition at line 6052 of file protocol.h.

◆ map_rid

int32_t WarpRequestServerPacket::map_rid[2]

Definition at line 6055 of file protocol.h.

◆ [struct]

struct { ... } WarpRequestServerPacket::map_switch

◆ session_id

int32_t WarpRequestServerPacket::session_id

Definition at line 6059 of file protocol.h.

◆ warp_type

WarpType WarpRequestServerPacket::warp_type

Definition at line 6051 of file protocol.h.

◆ [union]

union { ... } * WarpRequestServerPacket::warp_type_data

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