eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
AdminInteractReplyServerPacket Struct Reference

#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

Detailed Description

Incoming admin message

Definition at line 4794 of file protocol.h.

Field Documentation

◆ _eo

EoPacket AdminInteractReplyServerPacket::_eo

Definition at line 4795 of file protocol.h.

◆ [struct] [1/2]

struct { ... } AdminInteractReplyServerPacket::message

◆ message [2/2]

char* AdminInteractReplyServerPacket::message

Definition at line 4800 of file protocol.h.

◆ message_type

AdminMessageType AdminInteractReplyServerPacket::message_type

Definition at line 4796 of file protocol.h.

◆ [union]

union { ... } * AdminInteractReplyServerPacket::message_type_data

◆ player_name

char* AdminInteractReplyServerPacket::player_name

Definition at line 4799 of file protocol.h.

◆ [struct]

struct { ... } AdminInteractReplyServerPacket::report

◆ reportee_name

char* AdminInteractReplyServerPacket::reportee_name

Definition at line 4805 of file protocol.h.


The documentation for this struct was generated from the following file: