![]() |
Blamite Game Engine - Guerilla (Library)
00361.08.25.22.0004.blamite
The tag editor for the Blamite Game Engine.
|
Namespace for anything related to Guerilla's configuration. More...
Functions | |
GUERILLA_LIB_API BlamResult | LoadConfig () |
Loads the default guerilla configuration file. More... | |
GUERILLA_LIB_API bool | IsConfigReady () |
Checks whether the configuration file is ready for use. More... | |
GUERILLA_LIB_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.