Function: create_ini_file()
ts
function create_ini_file(this: void, content: string): ini_file;Create ini file instance based on provided string content.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | void | - |
content | string | String value to be read as ini file. |
Returns
New ini file instance based on provided content.
Remarks
Parses the string through an in-memory reader using $game_config$ as the base include path.