Public Member Functions | |
| NewGadgetDetection (Player &player) | |
| void | evaluate (TechnologyPresenter::Gadgets &storage) |
| checks, which vehicle are now available that where not available when constructor was called. | |
Definition at line 91 of file researchexecution.cpp.
| NewGadgetDetection::NewGadgetDetection | ( | Player & | player | ) | [inline] |
Definition at line 96 of file researchexecution.cpp.
References buildingTypeRepository, Player::research, and vehicleTypeRepository.
| void NewGadgetDetection::evaluate | ( | TechnologyPresenter::Gadgets & | storage | ) | [inline] |
checks, which vehicle are now available that where not available when constructor was called.
Definition at line 113 of file researchexecution.cpp.
References TechnologyPresenter::Gadgets::buildings, buildingTypeRepository, Player::research, TechnologyPresenter::Gadgets::units, and vehicleTypeRepository.
Referenced by runResearch().
1.5.1