HGE::Ini_SetString

Writes a string to initialization file.

void Ini_SetString(
  const char *section,
  const char *name,
  const char *value
);

Parameters

section
Initialization file section name.
name
Key name.
value
String to be written.

Remarks

HGE_INIFILE system state must be set before calling this function.

If the initialization file, section or key don't exist they are created. The name of the section is case-independent.

Requirements

Header: hge.h
Import library: hge.lib

See also

Ini_GetString, Ini_SetInt, Ini_GetInt, Ini_SetFloat, Ini_GetFloat