|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| char * | name |
| char * | tag |
| char * | create_date |
| char * | description |
| char * | wealth |
| char * | ranks [9] |
| size_t | staff_length |
| GuildStaff * | staff |
Get guild info reply
Definition at line 6633 of file protocol.h.
| EoPacket GuildReportServerPacket::_eo |
Definition at line 6634 of file protocol.h.
| char* GuildReportServerPacket::create_date |
Definition at line 6637 of file protocol.h.
| char* GuildReportServerPacket::description |
Definition at line 6638 of file protocol.h.
| char* GuildReportServerPacket::name |
Definition at line 6635 of file protocol.h.
| char* GuildReportServerPacket::ranks[9] |
Definition at line 6640 of file protocol.h.
| GuildStaff* GuildReportServerPacket::staff |
Definition at line 6642 of file protocol.h.
| size_t GuildReportServerPacket::staff_length |
Definition at line 6641 of file protocol.h.
| char* GuildReportServerPacket::tag |
Definition at line 6636 of file protocol.h.
| char* GuildReportServerPacket::wealth |
Definition at line 6639 of file protocol.h.