Mount Fuji Engine  0.8b
void MFDebug_Assert ( bool  condition,
const char *  pMessage 
)

Asserts that a condition is true, if it fails, it throws an error and breaks the debugger.

Parameters
conditionTest condition.
pMessageError message if condition fails.
Returns
None.