Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setFullBright
Method
setFullBright
source/game/StarWorldClient.cpp:777–779 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
775
}
776
777
void WorldClient::setFullBright(bool fullBright) {
778
m_fullBright = fullBright;
779
}
780
781
bool WorldClient::asyncLighting() const {
782
return m_asyncLighting;
Callers
1
fullbright
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected