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

Method getName

src/Engine/Language.cpp:453–456  ·  view source on GitHub ↗

* Returns the language's name in its native language. * @return Language name. */

Source from the content-addressed store, hash-verified

451 * @return Language name.
452 */
453std::wstring Language::getName() const
454{
455 return _names[_id];
456}
457
458/**
459 * Returns the localized text with the specified ID.

Callers 1

quitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected