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

#include <protocol.h>

Data Fields

EoPacket _eo
PartyReplyCode reply_code
union { 
   struct { 
      char *   player_name 
   }   already_in_another_party
   struct { 
      char *   player_name 
   }   already_in_your_party
} * reply_code_data

Detailed Description

Failed party invite / join request

Definition at line 6383 of file protocol.h.

Field Documentation

◆ _eo

EoPacket PartyReplyServerPacket::_eo

Definition at line 6384 of file protocol.h.

◆ [struct]

struct { ... } PartyReplyServerPacket::already_in_another_party

◆ [struct]

struct { ... } PartyReplyServerPacket::already_in_your_party

◆ player_name

char* PartyReplyServerPacket::player_name

Definition at line 6388 of file protocol.h.

◆ reply_code

PartyReplyCode PartyReplyServerPacket::reply_code

Definition at line 6385 of file protocol.h.

◆ [union]

union { ... } * PartyReplyServerPacket::reply_code_data

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