![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
#include "DetourAssert.h"Functions | |
| void | dtAssertFailSetCustom (dtAssertFailFunc *assertFailFunc) |
| Sets the base custom assertion failure function to be used by Detour. | |
| dtAssertFailFunc * | dtAssertFailGetCustom () |
| Gets the base custom assertion failure function to be used by Detour. | |
Variables | |
| static dtAssertFailFunc * | sAssertFailFunc = 0 |
| dtAssertFailFunc * dtAssertFailGetCustom | ( | ) |
Gets the base custom assertion failure function to be used by Detour.
| void dtAssertFailSetCustom | ( | dtAssertFailFunc * | assertFailFunc | ) |
Sets the base custom assertion failure function to be used by Detour.
| [in] | assertFailFunc | The function to be invoked in case of failure of dtAssert |
|
static |