MCPcopy 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
773bool WorldClient::fullBright() const {
774 return m_fullBright;
775}
776
777void WorldClient::setFullBright(bool fullBright) {
778 m_fullBright = fullBright;

Callers 1

fullbrightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected