Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
793
void WorldClient::setCollisionDebug(bool collisionDebug) {
794
m_collisionDebug = collisionDebug;
795
}
796
797
void WorldClient::handleIncomingPackets(List<PacketPtr> const& packets) {
798
auto& root = Root::singleton();
Callers
1
boxes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected