|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| AdminMessageType | message_type |
| union { | |
| struct { | |
| char * player_name | |
| char * message | |
| } message | |
| struct { | |
| char * player_name | |
| char * message | |
| char * reportee_name | |
| } report | |
| } * | message_type_data |
Incoming admin message
Definition at line 4794 of file protocol.h.
| EoPacket AdminInteractReplyServerPacket::_eo |
Definition at line 4795 of file protocol.h.
| struct { ... } AdminInteractReplyServerPacket::message |
| char* AdminInteractReplyServerPacket::message |
Definition at line 4800 of file protocol.h.
| AdminMessageType AdminInteractReplyServerPacket::message_type |
Definition at line 4796 of file protocol.h.
| union { ... } * AdminInteractReplyServerPacket::message_type_data |
| char* AdminInteractReplyServerPacket::player_name |
Definition at line 4799 of file protocol.h.
| struct { ... } AdminInteractReplyServerPacket::report |
| char* AdminInteractReplyServerPacket::reportee_name |
Definition at line 4805 of file protocol.h.