UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sanity_functions_t Struct Reference

struct that holds the sanity check data More...

Data Fields

bool(* check )(void)
 
const char * name
 

Detailed Description

struct that holds the sanity check data

Definition at line 592 of file cp_parse.cpp.

Field Documentation

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().


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