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

Method powerMultiplier

source/game/StarPlayer.cpp:459–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459float Player::powerMultiplier() const {
460 return m_statusController->stat("powerMultiplier");
461}
462
463bool Player::isDead() const {
464 return !m_statusController->resourcePositive("health");

Callers

nothing calls this directly

Calls 1

statMethod · 0.45

Tested by

no test coverage detected