DDraceNetwork Docs
config_variables.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MACRO_CONFIG_INT(Name, ScriptName, Def, Min, Max, Save, Desc)   ;
 
#define MACRO_CONFIG_COL(Name, ScriptName, Def, Save, Desc)   ;
 
#define MACRO_CONFIG_STR(Name, ScriptName, Len, Def, Save, Desc)   ;
 

Macro Definition Documentation

◆ MACRO_CONFIG_COL

#define MACRO_CONFIG_COL (   Name,
  ScriptName,
  Def,
  Save,
  Desc 
)    ;

◆ MACRO_CONFIG_INT

#define MACRO_CONFIG_INT (   Name,
  ScriptName,
  Def,
  Min,
  Max,
  Save,
  Desc 
)    ;

◆ MACRO_CONFIG_STR

#define MACRO_CONFIG_STR (   Name,
  ScriptName,
  Len,
  Def,
  Save,
  Desc 
)    ;