MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / boxes

Method boxes

source/frontend/StarClientCommandProcessor.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165String ClientCommandProcessor::boxes() {
166 auto worldClient = m_universeClient->worldClient();
167 bool state = !worldClient->collisionDebug();
168 worldClient->setCollisionDebug(state);
169 return strf("Geometry debug display {}", state ? "enabled" : "disabled");
170}
171
172String ClientCommandProcessor::fullbright() {
173 auto worldClient = m_universeClient->worldClient();

Callers

nothing calls this directly

Calls 4

strfFunction · 0.85
worldClientMethod · 0.80
collisionDebugMethod · 0.80
setCollisionDebugMethod · 0.80

Tested by

no test coverage detected