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