Home
last modified time | relevance | path

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

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/sim/src/mechanics/
H A Dintersection.rs108 pub fn nobody_headed_towards(&self, lane: LaneID, i: IntersectionID) -> bool { in nobody_headed_towards() method
H A Ddriving.rs82 if !intersections.nobody_headed_towards(first_lane, map.get_l(first_lane).src_i) { in start_car_on_lane()