Revision Release 2024.3703 Keywords iOS, Solar2D Native, C, CoronaAssert.h, CORONA_ASSERT See also CoronaAssert.h CORONA_VERIFY() Corona C Functions
Asserts that cond
is true. If not, it generates an exception that the debugger can trap.
CORONA_ASSERT( cond )