get_config_id (3) - Linux Manuals
get_config_id: Retrieves a driver ID from a configuration file. Allegro game programming library.
Command to display get_config_id
manual in Linux: $ man 3 get_config_id
NAME
get_config_id - Retrieves a driver ID from a configuration file. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int get_config_id(const char *section, const char *name, int def);
DESCRIPTION
Reads a 4-letter driver ID variable from the current config file. See the
comments about get_config_string().
Pages related to get_config_id
- get_config_int (3) - Retrieves an integer from the configuration file. Allegro game programming library.
- get_config_argv (3) - Reads a token list from the configuration file. Allegro game programming library.
- get_config_float (3) - Retrieves a float from the configuration file. Allegro game programming library.
- get_config_hex (3) - Retrieves a hexadecimal value from the configuration file. Allegro game programming library.
- get_config_string (3) - Retrieves a string from the configuration file. Allegro game programming library.
- get_config_text (3) - Returns a string translated to the current language. Allegro game programming library.
- get_constant (3) - retrieve a scalar constant from a dirfile database
- get_constants (3) - retrieve a list of constant values from a dirfile
- get_color_depth (3) - Returns the current pixel color depth. Allegro game programming library.
- get_compiled_sprite (3) - Creates a compiled sprite using a bitmap as source. Allegro game programming library.