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

Method collisionDebug

source/game/StarWorldClient.cpp:789–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789bool WorldClient::collisionDebug() const {
790 return m_collisionDebug;
791}
792
793void WorldClient::setCollisionDebug(bool collisionDebug) {
794 m_collisionDebug = collisionDebug;

Callers 1

boxesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected