Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
bool TileDamageStatus::healthy() const {
210
return m_damagePercentage <= 0.0f;
211
}
212
213
bool TileDamageStatus::damaged() const {
214
return m_damagePercentage > 0.0f;
Callers
2
sparkDamagedBlocks
Method · 0.80
updateDamagedBlocks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected