Home
last modified time | relevance | path

Searched defs:get_building_work (Results 1 – 6 of 6) sorted by relevance

/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dproduction_program.cc101 bool ProductionProgram::Action::get_building_work(Game&, ProductionSite&, Worker&) const { in get_building_work() function in Widelands::ProductionProgram::Action
665 bool ProductionProgram::ActCallWorker::get_building_work(Game& game, in get_building_work() function in Widelands::ProductionProgram::ActCallWorker
880 bool ProductionProgram::ActProduce::get_building_work(Game& game, in get_building_work() function in Widelands::ProductionProgram::ActProduce
928 bool ProductionProgram::ActRecruit::get_building_work(Game& game, in get_building_work() function in Widelands::ProductionProgram::ActRecruit
1307 bool ProductionProgram::ActConstruct::get_building_work(Game& game, in get_building_work() function in Widelands::ProductionProgram::ActConstruct
H A Ddismantlesite.cc194 bool DismantleSite::get_building_work(Game& game, Worker& worker, bool) { in get_building_work() function in Widelands::DismantleSite
H A Dconstructionsite.cc551 bool ConstructionSite::get_building_work(Game& game, Worker& worker, bool) { in get_building_work() function in Widelands::ConstructionSite
H A Dmilitarysite.cc792 bool MilitarySite::get_building_work(Game& game, Worker& worker, bool) { in get_building_work() function in Widelands::MilitarySite
H A Dbuilding.cc590 bool Building::get_building_work(Game&, Worker& worker, bool) { in get_building_work() function in Widelands::Building
H A Dproductionsite.cc856 bool ProductionSite::get_building_work(Game& game, Worker& worker, bool const success) { in get_building_work() function in Widelands::ProductionSite