Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_team.cpp137 modify_int_attrib("recall_cost", t.set_recall_cost(value)); in impl_side_set()
H A Dlua_unit.cpp396 modify_int_attrib("recall_cost", u.set_recall_cost(value)); in impl_unit_set()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dteam.hpp194 void set_recall_cost(int cost) { info_.recall_cost = cost; } in set_recall_cost() function in team
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dunit.hpp537 void set_recall_cost(int recall_cost) in set_recall_cost() function in unit