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

Method healthy

source/game/StarTileDamage.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool TileDamageStatus::healthy() const {
210 return m_damagePercentage <= 0.0f;
211}
212
213bool TileDamageStatus::damaged() const {
214 return m_damagePercentage > 0.0f;

Callers 2

sparkDamagedBlocksMethod · 0.80
updateDamagedBlocksMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected