![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions for Qt5-based UI. More...
Functions | |
BLAM int | ShowErrorModal (bool allow_safemode, bool allow_continue, const char *text) |
Displays an error dialog modal. More... | |
Namespace containing functions for Qt5-based UI.
int Blam::UI::Qt::ShowErrorModal | ( | bool | allow_safemode, |
bool | allow_continue, | ||
const char * | text | ||
) |
Displays an error dialog modal.
allow_safemode | - Whether or not to allow the user to continue in Safe Mode. |
allow_continue | - Whether or not to allow the user to try to continue. |
text | - The text to display within the error dialog. |