|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Describes a detected game installation (locale, version, product). More...
#include <GameFolder.h>
Public Attributes | |
| std::string | locale |
| e.g. "enUS". | |
| std::string | version |
| e.g. "11.0.7.58238". | |
| std::string | product |
| e.g. "wow" or "wow_classic". | |
Describes a detected game installation (locale, version, product).
Definition at line 15 of file GameFolder.h.
| std::string core::GameConfig::locale |
e.g. "enUS".
Definition at line 18 of file GameFolder.h.
| std::string core::GameConfig::product |
e.g. "wow" or "wow_classic".
Definition at line 20 of file GameFolder.h.
| std::string core::GameConfig::version |
e.g. "11.0.7.58238".
Definition at line 19 of file GameFolder.h.