MCPcopy 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
36void Callbacks::setDebugLevel(const std::string& name, void*) {
37 debugLevel = BZDB.evalInt(name);
38}
39
40
41void Callbacks::setDepthBuffer(const std::string& name, void*) {

Callers

nothing calls this directly

Calls 1

evalIntMethod · 0.80

Tested by

no test coverage detected