Skip to content

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

ParameterTypeDescription
thisvoid-
contentstringString value to be read as ini file.

Returns

ini_file

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.