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

Method children

source/game/StarCelestialDatabase.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273List<CelestialCoordinate> CelestialMasterDatabase::children(CelestialCoordinate const& coordinate) {
274 return childOrbits(coordinate).transformed(bind(&CelestialCoordinate::child, coordinate, _1));
275}
276
277List<int> CelestialMasterDatabase::childOrbits(CelestialCoordinate const& coordinate) {
278 RecursiveMutexLocker locker(m_mutex);

Callers 6

planetsMethod · 0.80
locationSkyParametersMethod · 0.80
nextStarterWorldMethod · 0.80
warpRandomMethod · 0.80
SkyParametersMethod · 0.80

Calls 1

transformedMethod · 0.45

Tested by

no test coverage detected