mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 17:34:58 +03:00
1 line
843 B
JavaScript
1 line
843 B
JavaScript
initSidebarItems({"enum":[["PersonState",""],["TripEndpoint","Specifies where a trip begins or ends."],["TripLeg","These don't specify where the leg starts, since it might be unknown -- like when we drive and don't know where we'll wind up parking."],["TripMode",""],["TripResult",""]],"fn":[["pos",""]],"struct":[["CommutersVehiclesCounts","The number of active vehicles and commuters, broken into different categories."],["Person",""],["Trip",""],["TripInfo",""],["TripManager","Manages people, each of which executes some trips through the day. Each trip is further broken down into legs -- for example, a driving trip might start with somebody walking to their car, driving somewhere, parking, and then walking to their final destination. https://dabreegster.github.io/abstreet/trafficsim/trips.html describes some of the variations."]]}); |