1get_config_float(3)             Allegro manual             get_config_float(3)
2
3
4

NAME

6       get_config_float - Retrieves a float from the configuration file. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       float get_config_float(const char *section,  const  char  *name,  float
14       def);
15

DESCRIPTION

17       Reads  a  floating point variable from the current config file. See the
18       comments about get_config_string().
19
20

SEE ALSO

22       set_config_file(3), set_config_float(3), get_config_string(3), get_con‐
23       fig_argv(3), get_config_hex(3), get_config_int(3), get_config_id(3)
24
25
26
27Allegro                          version 4.4.3             get_config_float(3)
Impressum