#pragma section-numbers off #pragma camelcase off = SDL_assert_paranoid = Use this function to create an assertion for detailed checking. <> == Syntax == {{{#!highlight cpp void SDL_assert_paranoid(condition) }}} == Function Parameters == ||'''condition'''||the expression to check|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function is disabled by default. It is available for use only when the SDL_ASSERT_LEVEL is set to 3. See the [[CategoryAssertions|Assertions Category page]] for details. == Related Functions == .[[SDL_assert]] .[[SDL_assert_release]] ---- [[CategoryAPI]], [[CategoryAssertions]]