MCPcopy Create free account
hub / github.com/crawl/crawl / helpless

Method helpless

crawl-ref/source/player.cc:6039–6042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6037}
6038
6039bool player::helpless() const
6040{
6041 return asleep() || paralysed() || petrified();
6042}
6043
6044bool player::confused() const
6045{

Callers 8

is_slouchableFunction · 0.45
player_uses_monster_tileFunction · 0.45
player_speedFunction · 0.45
_player_evasionFunction · 0.45
made_nervous_byMethod · 0.45
get_monster_tensionFunction · 0.45
ouchFunction · 0.45
tileidx_player_monsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected