MCPcopy 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
777void WorldClient::setFullBright(bool fullBright) {
778 m_fullBright = fullBright;
779}
780
781bool WorldClient::asyncLighting() const {
782 return m_asyncLighting;

Callers 1

fullbrightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected