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

Method setCollisionDebug

source/game/StarWorldClient.cpp:793–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void WorldClient::setCollisionDebug(bool collisionDebug) {
794 m_collisionDebug = collisionDebug;
795}
796
797void WorldClient::handleIncomingPackets(List<PacketPtr> const& packets) {
798 auto& root = Root::singleton();

Callers 1

boxesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected