UFO: Alien Invasion
Loading...
Searching...
No Matches
irc_command_t Struct Reference
Collaboration diagram for irc_command_t:
Collaboration graph

Data Fields

union { 
   irc_numeric_t   numeric 
   const char *   string 
id
irc_command_type_t type

Detailed Description

Definition at line 238 of file cl_irc.cpp.

Field Documentation

◆ [union]

union { ... } irc_command_t::id

◆ numeric

irc_numeric_t irc_command_t::numeric

Definition at line 241 of file cl_irc.cpp.

Referenced by Irc_Proto_ProcessServerMsg().

◆ string

const char* irc_command_t::string

Definition at line 242 of file cl_irc.cpp.

Referenced by Irc_Proto_ProcessServerMsg().

◆ type

irc_command_type_t irc_command_t::type

Definition at line 244 of file cl_irc.cpp.

Referenced by Irc_Proto_ProcessServerMsg().


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