Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUniverse.cpp1431 auto ships_by_hull_it = ships_by_ship_hull.find(ship_hull_name); in GetEffectsAndTargets() local
1432 if (ships_by_hull_it == ships_by_ship_hull.end()) in GetEffectsAndTargets()
1434 const auto& source_objects = ships_by_hull_it->second; in GetEffectsAndTargets()