| 563 | } |
| 564 | |
| 565 | inline bool Player::isExploding() const { |
| 566 | return (state.status & short(PlayerState::Exploding)) != 0; |
| 567 | } |
| 568 | |
| 569 | inline bool Player::isPhantomZoned() const { |
| 570 | return (isFlagActive() && (getFlagType() == Flags::PhantomZone)); |
no outgoing calls
no test coverage detected