Home
last modified time | relevance | path

Searched refs:getBombardStrength (Results 1 – 3 of 3) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.cpp137 …rd ? deploy_sector->getArmy(playing_gamestate->getClientPlayer())->getBombardStrength() : deploy_s… in canProceed()
156 …e_bombard ? sector->getArmy(playing_gamestate->getClientPlayer())->getBombardStrength() : sector->… in canProceed()
H A Dsector.h123 int getBombardStrength() const;
H A Dsector.cpp187 int Army::getBombardStrength() const { in getBombardStrength() function in Army
1812 bombard += this->getArmy(i)->getBombardStrength(); in doCombat()