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

Method activateLiquidLocation

source/game/StarWorldServer.cpp:857–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857void WorldServer::activateLiquidLocation(Vec2I const& location) {
858 m_liquidEngine->visitLocation(location);
859}
860
861void WorldServer::requestGlobalBreakCheck() {
862 m_needsGlobalBreakCheck = true;

Callers 2

setFlowMethod · 0.80
liquidCollisionMethod · 0.80

Calls 1

visitLocationMethod · 0.45

Tested by

no test coverage detected