Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ liquidId
Method
liquidId
source/game/StarLiquidsDatabase.cpp:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
LiquidId LiquidsDatabase::liquidId(String const& str) const {
106
return m_liquidNames.get(str);
107
}
108
109
String LiquidsDatabase::liquidName(LiquidId liquidId) const {
110
if (liquidId == EmptyLiquidId)
Callers
5
processAction
Method · 0.45
generateTerrestrialWorldParameters
Function · 0.45
paint
Method · 0.45
tickMaster
Method · 0.45
spawnLiquid
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected