MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dMessage

Function dMessage

3rd_party/Src/ode/ode/src/error.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108extern "C" void dMessage (int num, const char *msg, ...)
109{
110 va_list ap;
111 va_start (ap,msg);
112 if (message_function) message_function (num,msg,ap);
113 else printMessage (num,"ODE Message",msg,ap);
114}
115
116#endif
117

Callers 5

space_geom_colliderFunction · 0.85
dWorldDestroyFunction · 0.85
processIslandsFastFunction · 0.85
dSolveLCPBasicFunction · 0.85
dSolveLCPFunction · 0.85

Calls 1

printMessageFunction · 0.85

Tested by

no test coverage detected