Function Blam::blam_assert(const char *, const char *, int)

Function Documentation

void Blam::blam_assert(const char *exc, const char *file, int line)

Forces an engine assertion failure, and shows the crash screen.

This function should NOT be called directly - use the BLAM_ASSERT macro instead.

Parameters
  • exc: - The value, function, or equation that failed to return true.

  • file: - The .cpp file that caused the assertion.

  • line: - The line number of the .cpp file that caused the assertion.