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

Method drainLevel

source/base/StarCellularLiquid.hpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template <typename LiquidId>
169float CellularLiquidWorld<LiquidId>::drainLevel(Vec2I const&) const {
170 return 0.0f;
171}
172
173template <typename LiquidId>
174void CellularLiquidWorld<LiquidId>::liquidInteraction(Vec2I const&, LiquidId, Vec2I const&, LiquidId) {}

Callers 1

levelMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected