MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / City

Method City

src/Ruleset/City.cpp:32–34  ·  view source on GitHub ↗

* Initializes a city with certain data. * @param name Name of the city. * @param lon Longitude of the city. * @param lat Latitude of the city. */

Source from the content-addressed store, hash-verified

30 * @param lat Latitude of the city.
31 */
32City::City(const std::string &name, double lon, double lat): _name(name), _lon(lon), _lat(lat)
33{
34}
35
36/**
37 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected