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

Method signalRegion

source/game/StarWorldGeneration.cpp:572–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572bool SpawnerWorld::signalRegion(RectF const& region) const {
573 return m_worldServer->signalRegion(RectI::integral(region));
574}
575
576CollisionKind SpawnerWorld::collision(Vec2I const& position) const {
577 return m_worldServer->getServerTile(position + Vec2I(0, 1)).collision;

Callers 5

markRegionMethod · 0.45
placeObjectMethod · 0.45
placeVehicleMethod · 0.45
placeBiomeTreeMethod · 0.45
placeBiomeItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected