Quake II RTX doxygen  1.0 dev
stuffcmd_t Struct Reference

#include <server.h>

Public Attributes

list_t entry
 
int len
 
char string [1]
 

Detailed Description

Definition at line 404 of file server.h.

Member Data Documentation

◆ entry

list_t stuffcmd_t::entry

Definition at line 405 of file server.h.

Referenced by SV_AddStuffCmd_f(), and SV_DelStuffCmd_f().

◆ len

int stuffcmd_t::len

Definition at line 406 of file server.h.

Referenced by stuff_cmds(), and SV_AddStuffCmd_f().

◆ string

char stuffcmd_t::string[1]

Definition at line 407 of file server.h.

Referenced by stuff_cmds(), SV_AddStuffCmd_f(), and SV_ListStuffCmds_f().