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

Method setName

src/Savegame/Base.cpp:275–278  ·  view source on GitHub ↗

* Changes the custom name for the base. * @param name Name. */

Source from the content-addressed store, hash-verified

273 * @param name Name.
274 */
275void Base::setName(const std::wstring &name)
276{
277 _name = name;
278}
279
280/**
281 * Returns the list of facilities in the base.

Callers 7

edtSoldierChangeMethod · 0.45
edtBaseChangeMethod · 0.45
edtBaseChangeMethod · 0.45
edtCraftChangeMethod · 0.45
saveGameMethod · 0.45
initMethod · 0.45
edtNameChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected