Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
857
void WorldServer::activateLiquidLocation(Vec2I const& location) {
858
m_liquidEngine->visitLocation(location);
859
}
860
861
void WorldServer::requestGlobalBreakCheck() {
862
m_needsGlobalBreakCheck = true;
Callers
2
setFlow
Method · 0.80
liquidCollision
Method · 0.80
Calls
1
visitLocation
Method · 0.45
Tested by
no test coverage detected