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

Method getName

src/Ruleset/City.cpp:58–61  ·  view source on GitHub ↗

* Returns the name of the city. * @return The city's name. */

Source from the content-addressed store, hash-verified

56 * @return The city's name.
57 */
58std::string City::getName() const
59{
60 return _name;
61}
62
63/**
64 * Returns the latitude coordinate of the city.

Callers 1

genSoldierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected