C4 Engine
C4 Engine API Documentation

ConfigDataDescription::WriteInputConfig

Defined in:  C4ConfigData.h
Writes the input control configuration to a file.
Prototype

static void WriteInputConfig(const char *name = C4_INPUT_CONFIG_FILE);

Parameters
name The name of the file.
Description
The WriteInputConfig function writes the values of all currently bound input controls to a file whose name is specified by the name parameter. The file is written to a subfolder of the roaming application support directory for the current user, as defined by the operating system. The subfolder's name is that of the running application, defined by the APPLICATION_NAME identifier.
See Also

ConfigDataDescription::WriteEngineConfig

Wiki Articles

File Locations