Home
last modified time | relevance | path

Searched defs:set_attack_weight (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp207 const std::string& set_attack_weight = cfg["attack_weight"]; in apply_modification() local
H A Dattack_type.hpp65 void set_attack_weight(double value) { attack_weight_ = value; } in set_attack_weight() function in attack_type