WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
core::GameConfig Class Reference

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".
 

Detailed Description

Describes a detected game installation (locale, version, product).

Definition at line 15 of file GameFolder.h.

Member Data Documentation

◆ locale

std::string core::GameConfig::locale

e.g. "enUS".

Definition at line 18 of file GameFolder.h.

◆ product

std::string core::GameConfig::product

e.g. "wow" or "wow_classic".

Definition at line 20 of file GameFolder.h.

◆ version

std::string core::GameConfig::version

e.g. "11.0.7.58238".

Definition at line 19 of file GameFolder.h.


The documentation for this class was generated from the following file: