Home
last modified time | relevance | path

Searched defs:getAttackSpeed (Results 1 – 4 of 4) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/types/
H A Dupgrade_type.h106 virtual int getAttackSpeed() const { return attackSpeed; } in getAttackSpeed() function
H A Dupgrade_type.cpp260 int UpgradeTypeBase::getAttackSpeed(const AttackSkillType *st) const { in getAttackSpeed() function in Glest::Game::UpgradeTypeBase
1592 int TotalUpgrade::getAttackSpeed(const AttackSkillType *st) const { in getAttackSpeed() function in Glest::Game::TotalUpgrade
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEffectManager.cpp672 float EffectManager::getAttackSpeed(const std::string& anim_name) { in getAttackSpeed() function in EffectManager
/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dbeing.h470 int getAttackSpeed() const restrict2 noexcept2 A_WARN_UNUSED in getAttackSpeed() function