Mana
|
A structure holding the values of various options that can be passed from the command line. More...
#include <client.h>
Public Attributes | |
bool | printHelp = false |
bool | printVersion = false |
bool | skipUpdate = false |
bool | chooseDefault = false |
bool | noOpenGL = false |
bool | exitWithError = false |
std::string | username |
std::string | password |
std::string | character |
std::string | brandingPath |
std::string | updateHost |
std::string | dataPath |
std::string | chatLogDir |
std::string | configDir |
std::string | localDataDir |
std::string | screenshotDir |
ServerType | serverType = ServerType::Unknown |
std::string | serverName |
uint16_t | serverPort = 0 |
A structure holding the values of various options that can be passed from the command line.
ServerType Client::Options::serverType = ServerType::Unknown |