|
Colobot
|
Class for managing data/lang/save paths. More...
#include <src/app/pathman.h>
Public Member Functions | |
| CPathManager (CSystemUtils *systemUtils) | |
| void | SetDataPath (const std::string &dataPath) |
| void | SetLangPath (const std::string &langPath) |
| void | SetSavePath (const std::string &savePath) |
| void | AddModAutoloadDir (const std::string &modAutoloadDirPath) |
| void | AddMod (const std::string &modPath) |
| const std::string & | GetDataPath () |
| const std::string & | GetLangPath () |
| const std::string & | GetSavePath () |
| std::string | VerifyPaths () |
| Checks if paths are configured correctly. More... | |
| void | InitPaths () |
| Loads configured paths. More... | |
Class for managing data/lang/save paths.
| std::string CPathManager::VerifyPaths | ( | ) |
Checks if paths are configured correctly.
| void CPathManager::InitPaths | ( | ) |
Loads configured paths.
1.8.16