MCPcopy 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
275TileDamageType EntityTileDamageStatus::damageType() const {
276 return m_damageType.get();
277}
278
279void EntityTileDamageStatus::reset() {
280 m_damagePercentage.set(0.0f);

Callers 3

renderMethod · 0.60
replaceTileMethod · 0.60
updateDamagedBlocksMethod · 0.60

Calls 1

getMethod · 0.45

Tested by

no test coverage detected