Go to the documentation of this file.
   12 #ifndef SETTINGS_FUNC_H 
   13 #define SETTINGS_FUNC_H 
   20 void IConsoleSetSetting(
const char *name, 
const char *value, 
bool force_newgame = 
false);
 
   21 void IConsoleSetSetting(
const char *name, int32 value);
 
   44 #if defined(ENABLE_NETWORK)