UFO: Alien Invasion
irc_server_msg_t Struct Reference
Collaboration diagram for irc_server_msg_t:
Collaboration graph

Data Fields

union {
   char   string [IRC_SEND_BUF_SIZE]
 
   irc_numeric_t   numeric
 
id
 
irc_command_type_t type
 
char prefix [IRC_SEND_BUF_SIZE]
 
char params [IRC_SEND_BUF_SIZE]
 
char trailing [IRC_SEND_BUF_SIZE]
 

Detailed Description

Definition at line 248 of file cl_irc.cpp.

Field Documentation

◆ 

union { ... } irc_server_msg_t::id

◆ numeric

irc_numeric_t irc_server_msg_t::numeric

Definition at line 251 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

◆ params

char irc_server_msg_t::params[IRC_SEND_BUF_SIZE]

Definition at line 255 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

◆ prefix

char irc_server_msg_t::prefix[IRC_SEND_BUF_SIZE]

Definition at line 254 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

◆ string

char irc_server_msg_t::string[IRC_SEND_BUF_SIZE]

Definition at line 250 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

◆ trailing

char irc_server_msg_t::trailing[IRC_SEND_BUF_SIZE]

Definition at line 256 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().

◆ type

irc_command_type_t irc_server_msg_t::type

Definition at line 253 of file cl_irc.cpp.

Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().


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