Skip to content

Function: reload_system_ini()

ts
function reload_system_ini(this: void): ini_file;

Reload and return the system ini.

Parameters

ParameterType
thisvoid

Returns

ini_file

Reloaded system ini file.

Remarks

Destroys the current pSettings instance and reloads system.ltx from $game_config$. Avoid keeping old system_ini() references across this call.