|
UFO: Alien Invasion
|

Data Fields | |
| union { | |
| irc_numeric_t numeric | |
| const char * string | |
| } | id |
| irc_command_type_t | type |
Definition at line 238 of file cl_irc.cpp.
| union { ... } irc_command_t::id |
Referenced by Irc_Proto_ProcessServerMsg().
| irc_numeric_t irc_command_t::numeric |
Definition at line 241 of file cl_irc.cpp.
Referenced by Irc_Proto_ProcessServerMsg().
| const char* irc_command_t::string |
Definition at line 242 of file cl_irc.cpp.
Referenced by Irc_Proto_ProcessServerMsg().
| irc_command_type_t irc_command_t::type |
Definition at line 244 of file cl_irc.cpp.
Referenced by Irc_Proto_ProcessServerMsg().