DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
cmd_function_t Struct Reference

#include <cmd.h>

+ Collaboration diagram for cmd_function_t:

Data Fields

qbool autofunc
 
const char * description
 
unsigned flags
 
xcommand_t function
 
qbool initstate
 indicates this command existed at init
 
const char * name
 
struct cmd_function_s * next
 
struct cmd_function_s * overridden
 the engine cmd overriden by this QC cmd, if applicable
 
qbool qcfunc
 

Detailed Description

Definition at line 87 of file cmd.h.

Field Documentation

◆ autofunc

qbool cmd_function_t::autofunc

Definition at line 96 of file cmd.h.

◆ description

const char* cmd_function_t::description

Definition at line 92 of file cmd.h.

Referenced by Cmd_AddCommand(), Cmd_Apropos_f(), Cmd_CompleteCommandPrint(), and Cmd_List_f().

◆ flags

unsigned cmd_function_t::flags

Definition at line 89 of file cmd.h.

Referenced by Cmd_AddCommand(), Cmd_CL_Callback(), and Cmd_SV_Callback().

◆ function

xcommand_t cmd_function_t::function

Definition at line 93 of file cmd.h.

Referenced by Cmd_AddCommand(), Cmd_Callback(), and Cmd_SV_Callback().

◆ initstate

qbool cmd_function_t::initstate

indicates this command existed at init

Definition at line 97 of file cmd.h.

◆ name

◆ next

◆ overridden

struct cmd_function_s* cmd_function_t::overridden

the engine cmd overriden by this QC cmd, if applicable

Definition at line 95 of file cmd.h.

Referenced by Cmd_AddCommand(), and Cmd_CL_Callback().

◆ qcfunc

qbool cmd_function_t::qcfunc

Definition at line 94 of file cmd.h.

Referenced by Cmd_AddCommand(), Cmd_CL_Callback(), and Cmd_SV_Callback().


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