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

Function getUserFolder

src/Engine/Options.cpp:589–592  ·  view source on GitHub ↗

* Returns the game's User folder where * saves are stored in. * @return Full path to User folder. */

Source from the content-addressed store, hash-verified

587 * @return Full path to User folder.
588 */
589std::string getUserFolder()
590{
591 return _userFolder;
592}
593
594/**
595 * Returns the game's Config folder where

Callers 15

initFunction · 0.85
handleMethod · 0.85
getListMethod · 0.85
getSaveInfoMethod · 0.85
loadMethod · 0.85
saveMethod · 0.85
saveAIMapMethod · 0.85
saveVoxelViewMethod · 0.85
saveVoxelMapMethod · 0.85
saveGameMethod · 0.85
DeleteGameStateMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected