Home
last modified time | relevance | path

Searched defs:lane_end_id (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DFleet.h24 …int lane_end_id; ///< id of object (most likely a system) at the end of the starlane on whi… member
H A DSystem.cpp181 int lane_end_id = it->first; in Dump() local
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DUniverseGenerator.cpp762 for (auto& lane_end_id : sys_lanes) in GenerateStarlanes() local