![]() |
Crossfire Server, Trunk
1.75.0
|
Data Fields | |
void(* | close )() |
Cleanup function. More... | |
const char * | description |
Module long description. More... | |
bool | enabled |
Whether the module is enabled or not. More... | |
void(* | init )(Settings *, ServerSettings *) |
Initialisation function. More... | |
const char * | name |
Module name, without space. More... | |
void(* module_information::close) () |
const char* module_information::description |
Module long description.
Definition at line 49 of file init.cpp.
Referenced by close_modules(), and init_modules().
bool module_information::enabled |
Whether the module is enabled or not.
Definition at line 50 of file init.cpp.
Referenced by close_modules(), do_module(), and init_modules().
void(* module_information::init) (Settings *, ServerSettings *) |
const char* module_information::name |
Module name, without space.
Definition at line 48 of file init.cpp.
Referenced by close_modules(), do_module(), init_modules(), and list_modules().