Crossfire Server  1.75.0
module_information Struct Reference

Data Fields

void(* close )()
 Cleanup function. More...
 
char const * 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...
 

Detailed Description

Definition at line 47 of file init.cpp.

Field Documentation

◆ close

void(* module_information::close) ()

Cleanup function.

Definition at line 52 of file init.cpp.

Referenced by close_modules().

◆ description

char const* module_information::description

Module long description.

Definition at line 49 of file init.cpp.

Referenced by close_modules(), init_modules(), and list_modules().

◆ enabled

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(), init_modules(), and list_modules().

◆ init

void(* module_information::init) (Settings *, ServerSettings *)

Initialisation function.

Definition at line 51 of file init.cpp.

Referenced by init_modules().

◆ name

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(), list_modules(), and set_dumpmont().


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