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

Method liquidLevel

source/game/StarWorldGeneration.cpp:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588LiquidLevel SpawnerWorld::liquidLevel(Vec2I const& position) const {
589 return m_worldServer->liquidLevel(position);
590}
591
592bool SpawnerWorld::spawningProhibited(RectF const& area) const {
593 RectI region = RectI::integral(area);

Callers 2

liquidInteractionMethod · 0.45
liquidCollisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected