![]() |
Blamite Game Engine - Sapien (Library)
00402.09.29.23.0627.blamite
The level editor application for the Blamite Game Engine.
|
Namespace for anything related to Sapien's configuration. More...
Functions | |
SAPIEN_LIB_API BlamResult | LoadConfig () |
Loads the default Sapien configuration file. More... | |
SAPIEN_LIB_API bool | IsConfigReady () |
Checks whether the configuration file is ready for use. More... | |
SAPIEN_LIB_API BlamConfigurationFile * | GetConfig () |
Retrieves the Sapien configuration. More... | |
Namespace for anything related to Sapien's configuration.
BlamConfigurationFile * Sapien::Settings::Config::GetConfig | ( | ) |
Retrieves the Sapien configuration.
NULL
. bool Sapien::Settings::Config::IsConfigReady | ( | ) |
Checks whether the configuration file is ready for use.
true
if the configuration file is ready, otherwise returns `false. BlamResult Sapien::Settings::Config::LoadConfig | ( | ) |
Loads the default Sapien configuration file.