CORONA_ASSERT()

Revision Release 2024.3703
Keywords iOS, Solar2D Native, C, CoronaAssert.h, CORONA_ASSERT
See also CoronaAssert.h
CORONA_VERIFY()
Corona C Functions

Overview

Asserts that cond is true. If not, it generates an exception that the debugger can trap.

Syntax

CORONA_ASSERT( cond )