MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / IsInvisible

Method IsInvisible

PanzerChasm/server/player.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395bool Player::IsInvisible() const
396{
397 return state_ != State::Dead && has_invisibility_;
398}
399
400void Player::BuildStateMessage( Messages::MonsterState& out_message ) const
401{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected