MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / b3SetCustomErrorMessageFunc

Function b3SetCustomErrorMessageFunc

src/Bullet3Common/b3Logging.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 b3s_warningMessageFunc = warningMessageFunc;
68}
69void b3SetCustomErrorMessageFunc(b3PrintfFunc* errorMessageFunc)
70{
71 b3s_errorMessageFunc = errorMessageFunc;
72}
73
74//#define B3_MAX_DEBUG_STRING_LENGTH 2048
75#define B3_MAX_DEBUG_STRING_LENGTH 32768

Callers 3

mainFunction · 0.85
mainFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected