Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setDebugLevel
Method
setDebugLevel
src/clientbase/callbacks.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
36
void Callbacks::setDebugLevel(const std::string& name, void*) {
37
debugLevel = BZDB.evalInt(name);
38
}
39
40
41
void Callbacks::setDepthBuffer(const std::string& name, void*) {
Callers
nothing calls this directly
Calls
1
evalInt
Method · 0.80
Tested by
no test coverage detected