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

Method allLiquidSettings

source/game/StarLiquidsDatabase.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101List<LiquidSettingsConstPtr> LiquidsDatabase::allLiquidSettings() const {
102 return filtered<List<LiquidSettingsConstPtr>>(m_settings, mem_fn(&LiquidSettingsConstPtr::operator bool));
103}
104
105LiquidId LiquidsDatabase::liquidId(String const& str) const {
106 return m_liquidNames.get(str);

Callers 3

initMethod · 0.80
scanLiquidsFunction · 0.80
TilePainterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected