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

Method spawnSeed

source/game/StarWorldGeneration.cpp:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607uint64_t SpawnerWorld::spawnSeed() const {
608 return m_worldServer->worldTemplate()->worldSeed();
609}
610
611SpawnProfile SpawnerWorld::spawnProfile(Vec2F const& position) const {
612 Vec2I ipos = Vec2I::floor(position);

Callers 1

spawnInCellMethod · 0.80

Calls 2

worldSeedMethod · 0.80
worldTemplateMethod · 0.80

Tested by

no test coverage detected