|
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 603 of file cp_parse.cpp.
| bool(* sanity_functions_t::check) (void) |
function pointer to check function
Definition at line 604 of file cp_parse.cpp.
Referenced by CP_ScriptSanityCheck().
| const char* sanity_functions_t::name |
name of the subsystem to check
Definition at line 605 of file cp_parse.cpp.
Referenced by CP_ScriptSanityCheck().