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

Method getName

src/Savegame/TerrorSite.cpp:104–107  ·  view source on GitHub ↗

* Returns the terror site's unique identifying name. * @param lang Language to get strings from. * @return Full name. */

Source from the content-addressed store, hash-verified

102 * @return Full name.
103 */
104std::wstring TerrorSite::getName(Language *lang) const
105{
106 return lang->getString("STR_TERROR_SITE").arg(_id);
107}
108
109/**
110 * Returns the number of seconds remaining before the terror site expires.

Callers

nothing calls this directly

Calls 2

argMethod · 0.60
getStringMethod · 0.45

Tested by

no test coverage detected