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