Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ damageType
Method
damageType
source/game/StarTileDamage.cpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
TileDamageType EntityTileDamageStatus::damageType() const {
276
return m_damageType.get();
277
}
278
279
void EntityTileDamageStatus::reset() {
280
m_damagePercentage.set(0.0f);
Callers
3
render
Method · 0.60
replaceTile
Method · 0.60
updateDamagedBlocks
Method · 0.60
Calls
1
get
Method · 0.45
Tested by
no test coverage detected