AIAssertionSuite Struct Reference
#include <AIAssertion.h>
List of all members.
Public Attributes |
AIAPI void(* | AssertProc )(AIBoolean success, const char *message, const char *inFile, ai::int32 inLine) |
| Show an assert.
|
Member Data Documentation
Show an assert.
- Parameters:
-
| success | : condition of assert. |
| message | : Message to be displayed in Assert. Can be NULL. |
| inFile | : Name of the file from where the assertion is thrown. Can be NULL. |
| inLine | : Line number from where the assertion is thrown. This value is ignored if inFile is NULL. |
The documentation for this struct was generated from the following file: