Define BLAM_ASSERT¶
Defined in File crash.h
Define Documentation¶
-
BLAM_ASSERT(x)¶ Invokes an engine assertion.
In general terms, an assertion is used to enforce a specific condition. In this function, if
xis not true - be that an actual boolean or an equation test - then the engine will invoke an assertion failure.- Parameters
x: - The value, function, or equation that should return true