Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ harvested
Method
harvested
source/game/StarTileDamage.cpp:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
bool TileDamageStatus::harvested() const {
226
return m_harvested;
227
}
228
229
DataStream& operator>>(DataStream& ds, TileDamageStatus& tileDamageStatus) {
230
ds.read(tileDamageStatus.m_damagePercentage);
Callers
2
damageTiles
Method · 0.80
updateDamagedBlocks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected