Home
last modified time | relevance | path

Searched refs:isHarmlessAnimal (Results 1 – 3 of 3) sorted by relevance

/dports/games/scourge/scourge/src/render/
H A Drenderedcreature.h122 virtual bool isHarmlessAnimal() = 0;
/dports/games/scourge/scourge/src/
H A Dsession.cpp478 …i )->getShape() ) && !( getCreature( i )->isMonster() || getCreature( i )->isHarmlessAnimal() ) ) { in getClosestGoodGuy()
526 …i )->getShape() ) && !( getCreature( i )->isMonster() || getCreature( i )->isHarmlessAnimal() ) ) { in getRandomNearbyGoodGuy()
H A Dcreature.h260 inline bool isHarmlessAnimal() { in isHarmlessAnimal() function