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

Function getDataFolder

src/Engine/Options.cpp:560–563  ·  view source on GitHub ↗

* Returns the game's current Data folder where resources * and X-Com files are loaded from. * @return Full path to Data folder. */

Source from the content-addressed store, hash-verified

558 * @return Full path to Data folder.
559 */
560std::string getDataFolder()
561{
562 return _dataFolder;
563}
564
565/**
566 * Changes the game's current Data folder where resources

Callers 6

getListMethod · 0.70
XcomResourcePackMethod · 0.50
RulesetMethod · 0.50
loadMethod · 0.50
OptionsVideoStateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected