Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
Blam::UI::Qt Namespace Reference

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...
 

Detailed Description

Namespace containing functions for Qt5-based UI.

Function Documentation

◆ ShowErrorModal()

int Blam::UI::Qt::ShowErrorModal ( bool  allow_safemode,
bool  allow_continue,
const char *  text 
)

Displays an error dialog modal.

Parameters
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.
Returns
The return code of the error dialog.
+ Here is the call graph for this function:
+ Here is the caller graph for this function: