Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUniverse.cpp1289 std::map<std::string, std::vector<std::shared_ptr<const UniverseObject>>> specials_objects; in GetEffectsAndTargets() local
1301 specials_objects[special_name].push_back(obj); in GetEffectsAndTargets()
1307 auto specials_objects_it = specials_objects.find(special_name); in GetEffectsAndTargets()
1308 if (specials_objects_it == specials_objects.end()) in GetEffectsAndTargets()