mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 05:38:30 +02:00
Add "script_timeout" config value to control if a user wants to extend the script timeout before kill value
This commit is contained in:
@@ -105,6 +105,11 @@ void config_get_gamemode_start_scripts(GameModeConfig *self,
|
||||
void config_get_gamemode_end_scripts(GameModeConfig *self,
|
||||
char scripts[CONFIG_LIST_MAX][CONFIG_VALUE_MAX]);
|
||||
|
||||
/*
|
||||
* Get the script timout value
|
||||
*/
|
||||
long config_get_script_timeout(GameModeConfig *self);
|
||||
|
||||
/*
|
||||
* Get the chosen default governor
|
||||
*/
|
||||
|
Reference in New Issue
Block a user