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

Method getName

src/Savegame/SavedGame.cpp:555–558  ·  view source on GitHub ↗

* Returns the game's name shown in Save screens. * @return Save name. */

Source from the content-addressed store, hash-verified

553 * @return Save name.
554 */
555std::wstring SavedGame::getName() const
556{
557 return _name;
558}
559
560/**
561 * Changes the game's name shown in Save screens.

Callers 7

saveMethod · 0.45
isResearchAvailableMethod · 0.45
getDependableResearchMethod · 0.45
isResearchedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected