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

Method getName

src/Savegame/Waypoint.cpp:96–99  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

94 * @return Full name.
95 */
96std::wstring Waypoint::getName(Language *lang) const
97{
98 return lang->getString("STR_WAY_POINT_").arg(_id);
99}
100
101}

Callers

nothing calls this directly

Calls 2

argMethod · 0.60
getStringMethod · 0.45

Tested by

no test coverage detected