SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
AssertScreen()
template<typename ... Args>
static void SRL::Debug::AssertScreen
(
const char *
message
,
const char *
file
,
const char *
function
,
Args...
args
)
inline
static
Breaks any further execution and shows assert screen.
Parameters
message
Custom message to show
file
File the assert happened in
function
Function that threw the exception
args
Text arguments
SRL
Debug