|
UFO: Alien Invasion
|

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] |
Definition at line 248 of file cl_irc.cpp.
| union { ... } irc_server_msg_t::id |
Referenced by Irc_Proto_ParseServerMsg(), and Irc_Proto_ProcessServerMsg().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().