![]() |
Blamite Game Engine - Foundry (Library)
00381.04.17.23.2324.blamite
A unified editing environment for Blamite, meant to be used as an alternative to the legacy editing tools.
|
Namespace for anything related to Foundry's configuration. More...
Functions | |
FOUNDRY_LIB_API BlamResult | LoadConfig () |
Loads the default foundry configuration file. More... | |
FOUNDRY_LIB_API bool | IsConfigReady () |
Checks whether the configuration file is ready for use. More... | |
FOUNDRY_LIB_API BlamConfigurationFile * | GetConfig () |
Retrieves the Foundry configuration. More... | |
Namespace for anything related to Foundry's configuration.
BlamConfigurationFile * Foundry::Settings::Config::GetConfig | ( | ) |
Retrieves the Foundry configuration.
NULL
. bool Foundry::Settings::Config::IsConfigReady | ( | ) |
Checks whether the configuration file is ready for use.
true
if the configuration file is ready, otherwise returns `false. BlamResult Foundry::Settings::Config::LoadConfig | ( | ) |
Loads the default foundry configuration file.