|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Update the guild description or rank list
Definition at line 4003 of file protocol.h.
| EoPacket GuildAgreeClientPacket::_eo |
Definition at line 4004 of file protocol.h.
| struct { ... } GuildAgreeClientPacket::description |
| char* GuildAgreeClientPacket::description |
Definition at line 4009 of file protocol.h.
| GuildInfoType GuildAgreeClientPacket::info_type |
Definition at line 4006 of file protocol.h.
| union { ... } * GuildAgreeClientPacket::info_type_data |
| struct { ... } GuildAgreeClientPacket::ranks |
| char* GuildAgreeClientPacket::ranks[9] |
Definition at line 4012 of file protocol.h.
| int32_t GuildAgreeClientPacket::session_id |
Definition at line 4005 of file protocol.h.