Function InternalUI::ShowCrashScreen

Function Documentation

void InternalUI::ShowCrashScreen(std::string crash_message)

Show the engine’s crash screen.

The original implementation was done using ImGUI. At some point, this needs to be reimplemented using blamite’s own UI system.

Additionally, it’d be neat to have the ability to change how the UI displays, either with the Reach/Halo 4 style or the Halo 2 style.

This function is automatically called from Blam::blam_assert and #Blam::blam_assertm. See their respective documentation for details. This function should NOT be called manually.

Parameters
  • crash_message: - The message to display on the crash screen.