![]() |
Blamite Game Engine - Strings
00315.05.27.21.0015.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace for anything related to Guerilla's configuration. More...
Functions | |
STRINGS_API BlamResult | LoadConfig () |
Loads the default guerilla configuration file. More... | |
STRINGS_API bool | IsConfigReady () |
Checks whether the configuration file is ready for use. More... | |
STRINGS_API BlamConfigurationFile * | GetConfig () |
Retrieves the Guerilla configuration. More... | |
Namespace for anything related to Guerilla's configuration.
BlamConfigurationFile * Guerilla::Settings::Config::GetConfig | ( | ) |
Retrieves the Guerilla configuration.
NULL
. bool Guerilla::Settings::Config::IsConfigReady | ( | ) |
Checks whether the configuration file is ready for use.
true
if the configuration file is ready, otherwise returns `false. BlamResult Guerilla::Settings::Config::LoadConfig | ( | ) |
Loads the default guerilla configuration file.