|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Generic guild reply messages
Definition at line 6498 of file protocol.h.
| EoPacket GuildReplyServerPacket::_eo |
Definition at line 6499 of file protocol.h.
| struct { ... } GuildReplyServerPacket::create_add |
| struct { ... } GuildReplyServerPacket::create_add_confirm |
| struct { ... } GuildReplyServerPacket::join_request |
| char* GuildReplyServerPacket::name |
Definition at line 6503 of file protocol.h.
| int32_t GuildReplyServerPacket::player_id |
Definition at line 6509 of file protocol.h.
| GuildReply GuildReplyServerPacket::reply_code |
Definition at line 6500 of file protocol.h.
| union { ... } * GuildReplyServerPacket::reply_code_data |