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

Method maxHealth

source/game/StarPlayer.cpp:1607–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605}
1606
1607float Player::maxHealth() const {
1608 return *m_statusController->resourceMax("health");
1609}
1610
1611DamageBarType Player::damageBar() const {
1612 return DamageBarType::Default;

Callers

nothing calls this directly

Calls 1

resourceMaxMethod · 0.45

Tested by

no test coverage detected