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

Method totalHealth

source/game/StarTileDamage.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106float TileDamageParameters::totalHealth() const {
107 return m_totalHealth;
108}
109
110TileDamageParameters TileDamageParameters::sum(TileDamageParameters const& other) const {
111 TileDamageParameters result;

Callers 4

damageMethod · 0.80
recoverMethod · 0.80
damageWouldDestroyFunction · 0.80
makeRootCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected