|
Size: 789
Comment: update content (in progress)
|
← Revision 4 as of 2011-04-18 18:40:35 ⇥
Size: 721
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 5: |
| Use this function to ^create a stringent assertion for detailed checking^. | Use this function to create an assertion for detailed checking. |
SDL_assert_paranoid
Use this function to create an assertion for detailed checking.
Syntax
void SDL_assert_paranoid(condition)
Function Parameters
condition |
the expression to check |
Code Examples
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 Assertions Category page for details.
