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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t session_id
GuildInfoType info_type
union { 
   struct { 
      char *   description 
   }   description
   struct { 
      char *   ranks [9] 
   }   ranks
} * info_type_data

Detailed Description

Update the guild description or rank list

Definition at line 4003 of file protocol.h.

Field Documentation

◆ _eo

EoPacket GuildAgreeClientPacket::_eo

Definition at line 4004 of file protocol.h.

◆ [struct] [1/2]

struct { ... } GuildAgreeClientPacket::description

◆ description [2/2]

char* GuildAgreeClientPacket::description

Definition at line 4009 of file protocol.h.

◆ info_type

GuildInfoType GuildAgreeClientPacket::info_type

Definition at line 4006 of file protocol.h.

◆ [union]

union { ... } * GuildAgreeClientPacket::info_type_data

◆ [struct] [1/2]

struct { ... } GuildAgreeClientPacket::ranks

◆ ranks [2/2]

char* GuildAgreeClientPacket::ranks[9]

Definition at line 4012 of file protocol.h.

◆ session_id

int32_t GuildAgreeClientPacket::session_id

Definition at line 4005 of file protocol.h.


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