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

Method isPermaDead

source/game/StarPlayer.cpp:2524–2528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2522}
2523
2524bool Player::isPermaDead() const {
2525 if (!isDead())
2526 return false;
2527 return modeConfig().permadeath;
2528}
2529
2530bool Player::interruptRadioMessage() {
2531 if (m_interruptRadioMessage) {

Callers 2

renderImplMethod · 0.80
selectCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected