MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setClientVisibleRegions

Method setClientVisibleRegions

source/game/StarWeather.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void ServerWeather::setClientVisibleRegions(List<RectI> regions) {
55 m_clientVisibleRegions = std::move(regions);
56}
57
58pair<ByteArray, uint64_t> ServerWeather::writeUpdate(uint64_t fromVersion, NetCompatibilityRules rules) {
59 setNetStates();

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected