HGE::Ini_SetInt

Writes an integer value to initialization file.

void Ini_SetInt(
  const char *section,
  const char *name,
  int value
);

Parameters

section
Initialization file section name.
name
Key name.
value
Value 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_GetInt, Ini_SetFloat, Ini_GetFloat, Ini_SetString, Ini_GetString