Function: reload_system_ini()
ts
function reload_system_ini(this: void): ini_file;Reload and return the system ini.
Parameters
| Parameter | Type |
|---|---|
this | void |
Returns
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.