Home
last modified time | relevance | path

Searched refs:getForbiddenTribe (Results 1 – 4 of 4) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Dsquare.h92 optional<TribeId> getForbiddenTribe() const;
H A Dposition.h94 optional<TribeId> getForbiddenTribe() const;
H A Dposition.cpp375 …tMovementSet().canEnter(t, level->covered[coord], square->isOnFire(), square->getForbiddenTribe()); in canEnterEmpty()
553 optional<TribeId> Position::getForbiddenTribe() const { in getForbiddenTribe() function in Position
555 return getSquare()->getForbiddenTribe(); in getForbiddenTribe()
H A Dsquare.cpp229 optional<TribeId> Square::getForbiddenTribe() const { in getForbiddenTribe() function in Square