doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
commandDef_s Struct Reference

Public Attributes

struct commandDef_snext
 
char * name
 
cmdFunction_t function
 
argCompletion_t argCompletion
 
int flags
 
char * description
 

Detailed Description

Definition at line 40 of file CmdSystem.cpp.

Member Data Documentation

argCompletion_t commandDef_s::argCompletion

Definition at line 44 of file CmdSystem.cpp.

char* commandDef_s::description

Definition at line 46 of file CmdSystem.cpp.

int commandDef_s::flags

Definition at line 45 of file CmdSystem.cpp.

cmdFunction_t commandDef_s::function

Definition at line 43 of file CmdSystem.cpp.

char* commandDef_s::name

Definition at line 42 of file CmdSystem.cpp.

struct commandDef_s* commandDef_s::next

Definition at line 41 of file CmdSystem.cpp.


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