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

Method getName

src/Savegame/Base.cpp:266–269  ·  view source on GitHub ↗

* Returns the custom name for the base. * @param lang Language to get strings from. * @return Name. */

Source from the content-addressed store, hash-verified

264 * @return Name.
265 */
266std::wstring Base::getName(Language *) const
267{
268 return _name;
269}
270
271/**
272 * Changes the custom name for the base.

Callers 1

getUsedContainmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected