MCPcopy 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
785void WorldClient::setAsyncLighting(bool asyncLighting) {
786 m_asyncLighting = asyncLighting;
787}
788
789bool WorldClient::collisionDebug() const {
790 return m_collisionDebug;

Callers 2

connectMethod · 0.80
asyncLightingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected