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

Method requiredHarvestLevel

source/game/StarTileDamage.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98unsigned TileDamageParameters::requiredHarvestLevel() const {
99 return m_requiredHarvestLevel;
100}
101
102float TileDamageParameters::maximumEffectTime() const {
103 return m_maximumEffectTime;

Callers 2

damageMethod · 0.80
replaceTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected