Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/player/
H A Dai_passenger.h14 class ai_passenger_t : public ai_t
81 ai_passenger_t(uint8 nr);
H A Dai_passenger.cc39 ai_passenger_t::ai_passenger_t(uint8 nr) : ai_t( nr ) in ai_passenger_t() function in ai_passenger_t
62 bool ai_passenger_t::set_active(bool new_state) in set_active()
75 halthandle_t ai_passenger_t::get_our_hub( const stadt_t *s ) const in get_our_hub()
136 koord ai_passenger_t::find_place_for_hub( const stadt_t *s ) const in find_place_for_hub()
146 koord ai_passenger_t::find_harbour_pos(karte_t* welt, const stadt_t *s ) in find_harbour_pos()
453 halthandle_t ai_passenger_t::build_airport(const stadt_t* city, koord pos, int rotation) in build_airport()
896 void ai_passenger_t::cover_city_with_bus_route(koord start_pos, int number_of_stops)
934 void ai_passenger_t::step()
1383 void ai_passenger_t::rdwr(loadsave_t *file)
1456 void ai_passenger_t::report_vehicle_problem(convoihandle_t cnv,const koord3d ziel)
[all …]
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc6287 case player_t::AI_PASSENGER: players[new_player_in] = new ai_passenger_t(new_player_in); break; in init_new_player()