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

Method scanRegionFullyLoaded

source/game/StarCelestialDatabase.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337bool CelestialMasterDatabase::scanRegionFullyLoaded(RectI const&) {
338 return true;
339}
340
341void CelestialMasterDatabase::updateParameters(CelestialCoordinate const& coordinate, CelestialParameters const& parameters) {
342 RecursiveMutexLocker locker(m_mutex);

Callers 2

warpRandomMethod · 0.80

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected