Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_world.cc178 …orld_stat, "get_towns", freevariable2<bool,sint32>(true, karte_t::WORLD_TOWNS), true ); in export_world()
243 …tat, "get_year_towns", freevariable2<bool,sint32>(false, karte_t::WORLD_TOWNS), true ); in export_world()
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h114 WORLD_TOWNS, //!< number of all cities enumerator
H A Dsimworld.cc908 finance_history_year[0][WORLD_TOWNS] = finance_history_month[0][WORLD_TOWNS] = stadt.get_count(); in distribute_groundobjs_cities()
4294 finance_history_year[0][WORLD_TOWNS] = finance_history_month[0][WORLD_TOWNS] = stadt.get_count(); in update_history()