UFO: Alien Invasion
|
struct that holds the sanity check data More...
Data Fields | |
bool(* | check )(void) |
const char * | name |
struct that holds the sanity check data
Definition at line 592 of file cp_parse.cpp.
bool(* sanity_functions_t::check)(void) |
function pointer to check function
Definition at line 593 of file cp_parse.cpp.
Referenced by CP_ScriptSanityCheck().
const char* sanity_functions_t::name |
name of the subsystem to check
Definition at line 594 of file cp_parse.cpp.
Referenced by CP_ScriptSanityCheck().