![]() |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace for anything related to configuration files. More...
Functions | |
STRINGS_API BlamResult | LoadConfiguration (std::string filename, std::string comment_delimeter, OUT BlamConfigurationFile **file) |
Loads a new configuration file from disk. More... | |
STRINGS_API BlamResult | LoadConfiguration (std::string filename, std::string defaults_filename, std::string comment_delimeter, OUT BlamConfigurationFile **file) |
Loads a new configuration file from disk. More... | |
Namespace for anything related to configuration files.
BlamResult BlamStrings::Settings::Config::LoadConfiguration | ( | std::string | filename, |
std::string | comment_delimeter, | ||
OUT BlamConfigurationFile ** | file | ||
) |
Loads a new configuration file from disk.
filename | - The name/path to the configuration file to load. |
comment_delimeter | - The string or character used to indicate a comment within the file. |
file | - Pointer to the pointer to set to the loaded configuration data. Will only be set if the file is loaded properly. |
BlamResult BlamStrings::Settings::Config::LoadConfiguration | ( | std::string | filename, |
std::string | defaults_filename, | ||
std::string | comment_delimeter, | ||
OUT BlamConfigurationFile ** | file | ||
) |
Loads a new configuration file from disk.
filename | - The name/path to the configuration file to load. |
comment_delimeter | - The string or character used to indicate a comment within the file. |
file | - Pointer to the pointer to set to the loaded configuration data. Will only be set if the file is loaded properly. |