Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setAsyncLighting
Method
setAsyncLighting
source/game/StarWorldClient.cpp:785–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
}
784
785
void WorldClient::setAsyncLighting(bool asyncLighting) {
786
m_asyncLighting = asyncLighting;
787
}
788
789
bool WorldClient::collisionDebug() const {
790
return m_collisionDebug;
Callers
2
connect
Method · 0.80
asyncLighting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected