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

Function getConfigFolder

src/Engine/Options.cpp:600–603  ·  view source on GitHub ↗

* Returns the game's Config folder where * settings are stored in. Normally the same * as the User folder. * @return Full path to Config folder. */

Source from the content-addressed store, hash-verified

598 * @return Full path to Config folder.
599 */
600std::string getConfigFolder()
601{
602 return _configFolder;
603}
604
605/**
606 * Returns the game's list of all available option information.

Callers 2

loadMethod · 0.85
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected