![]() |
Blamite Game Engine - Sapien (Stub Executable)
00419.04.29.24.1948.blamite
A small stub executable used to launch the Sapien editor.
|
Namespace containing functions for the Keystone module. More...
Functions | |
SAPIEN bool | SetupModule () |
Initializes the Keystone module. More... | |
SAPIEN void | ShutdownModule () |
Shuts down the Keystone module. More... | |
SAPIEN HMODULE | GetKeystoneModuleHandle () |
Retrieves the Keystone module handle. More... | |
SAPIEN int | ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
Shows a Qt-driven error dialog. More... | |
SAPIEN int | ShowSapienWindow () |
Shows the main Sapien window. More... | |
Namespace containing functions for the Keystone module.
HMODULE Sapien::Modules::Keystone::GetKeystoneModuleHandle | ( | ) |
bool Sapien::Modules::Keystone::SetupModule | ( | ) |
Initializes the Keystone module.
true
if the module was loaded successfully, otherwise returns false
. int Sapien::Modules::Keystone::ShowErrorDialog | ( | bool | allow_safemode, |
bool | allow_continue, | ||
const char * | text | ||
) |
Shows a Qt-driven error dialog.
It is a reimplementation of the original Win32 error dialog.
allow_safemode | - Whether or not to enable the 'Continue in Safe Mode' option. |
allow_continue | - Wehther or not to enable the 'Continue' option. |
text | - The message to display to the user. |
int Sapien::Modules::Keystone::ShowSapienWindow | ( | ) |
Shows the main Sapien window.
void Sapien::Modules::Keystone::ShutdownModule | ( | ) |