|
Odamex
Setting the Standard in Multiplayer Doom
|
#include <c_dispatch.h>
Protected Member Functions | |
| DConsoleCommand () | |
Protected Attributes | |
| AActor * | m_Instigator |
| size_t | argc |
| char ** | argv |
| char * | args |
Friends | |
| void | C_DoCommand (const char *cmd) |
| DConsoleCommand::DConsoleCommand | ( | ) | [protected] |
| void C_DoCommand | ( | const char * | cmd | ) | [friend] |
size_t DConsoleCommand::argc [protected] |
char* DConsoleCommand::args [protected] |
char** DConsoleCommand::argv [protected] |
AActor* DConsoleCommand::m_Instigator [protected] |