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

Method terraformSector

source/game/StarWorldGeneration.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void WorldGenerator::terraformSector(WorldStorage* worldStorage, Sector const& sector) {
676 // Logger::info("terraforming sector {}...", sector);
677 reapplyBiome(worldStorage, sector);
678}
679
680void WorldGenerator::initEntity(WorldStorage*, EntityId entityId, EntityPtr const& entity) {
681 entity->init(m_worldServer, entityId, EntityMode::Master);

Callers 1

generateSectorToLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected