Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h147 …const std::set<int>& ExploredSystems() const; ///< returns set of ids of sys…
H A DEmpire.cpp926 const std::set<int>& Empire::ExploredSystems() const in ExploredSystems() function in Empire
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DEmpireWrapper.cpp349 ….add_property("exploredSystemIDs", make_function(&Empire::ExploredSystems, return_int… in WrapEmpire()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp7608 const auto& empire_explored_systems = empire->ExploredSystems(); in DispatchFleetsExploring()