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

Method getLanguage

src/Engine/Game.cpp:436–439  ·  view source on GitHub ↗

* Returns the language currently in use by the game. * @return Pointer to the language. */

Source from the content-addressed store, hash-verified

434 * @return Pointer to the language.
435 */
436Language *Game::getLanguage() const
437{
438 return _lang;
439}
440
441/**
442* Changes the language currently in use by the game.

Callers 15

addMethod · 0.80
State.cppFile · 0.80
trMethod · 0.80
MapMethod · 0.80
setPaletteMethod · 0.80
drawMethod · 0.80
initMethod · 0.80
invClickMethod · 0.80
BriefingStateMethod · 0.80
ActionMenuItemMethod · 0.80
reequipCraftMethod · 0.80
handleAIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected