HGE::Ini_SetFloat

Writes a float value to initialization file.

void Ini_SetFloat(
  const char *section,
  const char *name,
  float 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_GetFloat, Ini_SetInt, Ini_GetInt, Ini_SetString, Ini_GetString