Home
last modified time | relevance | path

Searched refs:schiffdepot_t (Results 1 – 5 of 5) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimdepot.h376 class schiffdepot_t : public depot_t
384 schiffdepot_t(loadsave_t *file) : depot_t(file) {} in schiffdepot_t() function
385schiffdepot_t(koord3d pos, player_t *player, const building_tile_desc_t *t) : depot_t(pos,player,t… in schiffdepot_t() function
H A Dsimdepot.cc629 unsigned schiffdepot_t::get_max_convoi_length() const in get_max_convoi_length()
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_map_objects.cc163 declare_specialized_param(schiffdepot_t*, "t|x|y", "depot_x");
180 getpush_obj_pos(schiffdepot_t, obj_t::schiffdepot);
212 case_resolve_obj(schiffdepot_t); in push()
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dobjlist.cc826 new_obj = new schiffdepot_t(file); in rdwr()
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dhausbauer.cc712 gb = new schiffdepot_t(pos, player, tile); in build_station_extension_depot()