Home
last modified time | relevance | path

Searched refs:ResearchedTechs (Results 1 – 6 of 6) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h64 const std::map<std::string, int>& ResearchedTechs() const;
H A DEmpire.cpp216 const std::map<std::string, int>& Empire::ResearchedTechs() const in ResearchedTechs() function in Empire
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DEmpireWrapper.cpp230 for (const auto& entry : empire.ResearchedTechs()) in ResearchedTechNames()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DEncyclopediaDetailPanel.cpp1623 auto techs = empire->ResearchedTechs(); in RefreshDetailPanelEmpireTag()
2443 for (const auto& tech : empire->ResearchedTechs()) { in ReportedSpeciesForPlanet()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUniverse.cpp1339 for (const auto tech_entry : empire->ResearchedTechs()) { in GetEffectsAndTargets()
H A DValueRefs.cpp1453 empire_property_string_key = &Empire::ResearchedTechs; in Eval()