Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor_combat.h90 int getCoefficientRangedAttack() const;
H A Dactor_combat.cpp241 attackCoefficient = _rangedAttack ? getCoefficientRangedAttack() : 0; in hitAttempt()
553 int ActorCombat::getCoefficientRangedAttack() const { in getCoefficientRangedAttack() function in BladeRunner::ActorCombat
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor_combat.h90 int getCoefficientRangedAttack() const;
H A Dactor_combat.cpp243 attackCoefficient = _rangedAttack ? getCoefficientRangedAttack() : 0; in hitAttempt()
555 int ActorCombat::getCoefficientRangedAttack() const { in getCoefficientRangedAttack() function in BladeRunner::ActorCombat