|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Failed party invite / join request
Definition at line 6383 of file protocol.h.
| EoPacket PartyReplyServerPacket::_eo |
Definition at line 6384 of file protocol.h.
| struct { ... } PartyReplyServerPacket::already_in_another_party |
| struct { ... } PartyReplyServerPacket::already_in_your_party |
| char* PartyReplyServerPacket::player_name |
Definition at line 6388 of file protocol.h.
| PartyReplyCode PartyReplyServerPacket::reply_code |
Definition at line 6385 of file protocol.h.
| union { ... } * PartyReplyServerPacket::reply_code_data |