Home
last modified time | relevance | path

Searched refs:isFlyer (Results 1 – 7 of 7) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dhero.h103 bool isFlyer() const;
H A Darmy.cpp389 if (s == true && isFlyer() == true) in setInShip()
394 bool Army::isFlyer() const in isFlyer() function in Army
H A Darmy.h245 virtual bool isFlyer() const;
H A Dhero.cpp236 bool Hero::isFlyer() const in isFlyer() function in Hero
H A Dstack.cpp645 if (h->isFlyer()) in calculateMoveBonus()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObjectText.hxx77 bool send(STOFFListenerPtr &listener, StarState &state, bool isFlyer=false) const;
H A DStarObjectText.cxx677 bool Content::send(STOFFListenerPtr &listener, StarState &state, bool isFlyer) const in send()
683 if (isFlyer) { in send()