Home
last modified time | relevance | path

Searched defs:isAttacking (Results 1 – 11 of 11) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dunit.cpp423 bool cUnit::isAttacking() const in isAttacking() function in cUnit
/dports/games/knights/knights-21.12.3/src/rules/
H A Dchessrules.cpp261 bool ChessRules::isAttacking ( const Pos& attackingPos ) { in isAttacking() function in ChessRules
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Dplayer.c3126 int isAttacking() in isAttacking() function
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/
H A Dai_normal_battle.cpp162 void Normal::HeroesPreBattle( HeroBase & hero, bool isAttacking ) in HeroesPreBattle()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/entity/
H A DRPEntity.java574 public boolean isAttacking(final IEntity defender) { in isAttacking() method in RPEntity
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/entity/
H A DRPEntity2DView.java125 private volatile boolean isAttacking; field in RPEntity2DView
/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DStrafeAirMoveType.cpp487 const bool isAttacking = (!cmdQue.empty() && (cmdQue.front()).GetID() == CMD_ATTACK); in Update() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dgroup.cpp1289 …Man::getCreatureAspectUpdateTime(ActiveGroup *activeGroup, int16 creatureIndex, bool isAttacking) { in getCreatureAspectUpdateTime()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dgroup.cpp1292 …Man::getCreatureAspectUpdateTime(ActiveGroup *activeGroup, int16 creatureIndex, bool isAttacking) { in getCreatureAspectUpdateTime()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/
H A DRPEntity.java1998 public boolean isAttacking() { in isAttacking() method in RPEntity
/dports/games/freetennis/freetennis-0.4.8/
H A Dfreetennis.ml1785 let isAttacking pos = abs_float pos.z2 < courtHt4 +. 101.0 function