MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / addColorSet

Method addColorSet

src/content/SkyConfig.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void SkyConfig::addColorSet(const SkyConfig::SkyDayColorSet& set)
42{
43 m_SkyDayColorsPerWorld[Utils::uppered(set.world)] = set;
44}
45
46
47bool SkyConfig::isValid() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected