Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ setDebugMode
Method
setDebugMode
src/Physics/Physics.h:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
virtual void draw3dText(const btVector3 &, const char *) {}
56
57
virtual void setDebugMode(int p) {
58
m = p;
59
}
60
61
int getDebugMode(void) const { return 3; }
62
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected