![]() |
Blamite Game Engine - Guerilla (Stub Executable)
00386.06.16.23.0646.blamite
A small stub executable that is used to launch Guerilla.
|
Namespace containing functions related to the Keystone module, as well as any imported functions from Keystone. More...
Functions | |
GUERILLA bool | SetupModule () |
Attempts to initialize the Keystone module and import any needed functions. More... | |
GUERILLA void | ShutdownModule () |
Shuts down the Keystone module. More... | |
GUERILLA HMODULE | GetKeystoneModuleHandle () |
Retrieves the module handle for Keystone. More... | |
GUERILLA int | ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
Shows a Qt-driven error dialog. More... | |
GUERILLA int | ShowGuerillaWindow () |
Shows the main Guerilla window. More... | |
Namespace containing functions related to the Keystone module, as well as any imported functions from Keystone.
HMODULE Guerilla::Modules::Keystone::GetKeystoneModuleHandle | ( | ) |
bool Guerilla::Modules::Keystone::SetupModule | ( | ) |
Attempts to initialize the Keystone module and import any needed functions.
true
if the module was loaded successfully, otherwise returns `false. int Guerilla::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.
classic | - Whether or not to display the dialog with a classic appearance. |
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 Guerilla::Modules::Keystone::ShowGuerillaWindow | ( | ) |
Shows the main Guerilla window.
void Guerilla::Modules::Keystone::ShutdownModule | ( | ) |