Home
last modified time | relevance | path

Searched refs:getDelayedDefenseActivation (Results 1 – 2 of 2) sorted by relevance

/dports/games/scorched3d/scorched/src/common/target/
H A DTargetShield.cpp85 if (!context_.getOptionsGame().getDelayedDefenseActivation()) return false; in returnGraphical()
/dports/games/scorched3d/scorched/src/common/common/
H A DOptionsGame.h373 bool getDelayedDefenseActivation() { return delayedDefenseActivation_; } in getDelayedDefenseActivation() function