MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setDataPath

Method setDataPath

framework/modinfo.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 // everything under a folder named the same as the ID to avoid conflicts)
63 const UString &getDataPath() const { return dataPath; }
64 void setDataPath(const UString &newPath) { dataPath = newPath; }
65
66 // The minimum version of OpenApoc this mod needs to run
67 const UString &getMinVersion() const { return minVersion; }

Callers 2

main.cppFile · 0.80
getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected