Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::Diagnostics::Errors Namespace Reference

Namespace containing things relating to error information and reporting. More...

Functions

BLAM std::string GetErrorString (BlamResult result)
 Alias of Blam::EngineText::LookupErrorString(). More...
 
BLAM void RegisterSignalExceptions ()
 Registers all signal handlers. More...
 

Detailed Description

Namespace containing things relating to error information and reporting.

Function Documentation

◆ GetErrorString()

std::string Blam::Diagnostics::Errors::GetErrorString ( BlamResult  result)

Alias of Blam::EngineText::LookupErrorString().

Deprecated:
Use Blam::EngineText::LookupErrorString() instead.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RegisterSignalExceptions()

void Blam::Diagnostics::Errors::RegisterSignalExceptions ( )

Registers all signal handlers.

After this is called, signal exceptions will be thrown or handled by the engine.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: