MCPcopy 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
105LiquidId LiquidsDatabase::liquidId(String const& str) const {
106 return m_liquidNames.get(str);
107}
108
109String LiquidsDatabase::liquidName(LiquidId liquidId) const {
110 if (liquidId == EmptyLiquidId)

Callers 5

processActionMethod · 0.45
paintMethod · 0.45
tickMasterMethod · 0.45
spawnLiquidMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected