struct that holds the sanity check data More...
Data Fields | |
qboolean(* | check )(void) |
const char * | name |
struct that holds the sanity check data
Definition at line 748 of file cp_parse.c.
qboolean(* sanity_functions_t::check)(void) |
function pointer to check function
Referenced by CL_ScriptSanityCheck().
const char* sanity_functions_t::name |
name of the subsystem to check
Definition at line 750 of file cp_parse.c.
Referenced by CL_ScriptSanityCheck().