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

#include <protocol.h>

Data Fields

EoPacket _eo
GuildReply reply_code
union { 
   struct { 
      char *   name 
   }   create_add
   struct { 
      char *   name 
   }   create_add_confirm
   struct { 
      int32_t   player_id 
      char *   name 
   }   join_request
} * reply_code_data

Detailed Description

Generic guild reply messages

Definition at line 6498 of file protocol.h.

Field Documentation

◆ _eo

EoPacket GuildReplyServerPacket::_eo

Definition at line 6499 of file protocol.h.

◆ [struct]

struct { ... } GuildReplyServerPacket::create_add

◆ [struct]

struct { ... } GuildReplyServerPacket::create_add_confirm

◆ [struct]

struct { ... } GuildReplyServerPacket::join_request

◆ name

char* GuildReplyServerPacket::name

Definition at line 6503 of file protocol.h.

◆ player_id

int32_t GuildReplyServerPacket::player_id

Definition at line 6509 of file protocol.h.

◆ reply_code

GuildReply GuildReplyServerPacket::reply_code

Definition at line 6500 of file protocol.h.

◆ [union]

union { ... } * GuildReplyServerPacket::reply_code_data

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