Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
Client::Options Struct Reference

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
 

Detailed Description

A structure holding the values of various options that can be passed from the command line.

Definition at line 119 of file client.h.

Member Data Documentation

◆ brandingPath

std::string Client::Options::brandingPath

Definition at line 130 of file client.h.

◆ character

std::string Client::Options::character

Definition at line 129 of file client.h.

◆ chatLogDir

std::string Client::Options::chatLogDir

Definition at line 133 of file client.h.

◆ chooseDefault

bool Client::Options::chooseDefault = false

Definition at line 124 of file client.h.

◆ configDir

std::string Client::Options::configDir

Definition at line 134 of file client.h.

◆ dataPath

std::string Client::Options::dataPath

Definition at line 132 of file client.h.

◆ exitWithError

bool Client::Options::exitWithError = false

Definition at line 126 of file client.h.

◆ localDataDir

std::string Client::Options::localDataDir

Definition at line 135 of file client.h.

◆ noOpenGL

bool Client::Options::noOpenGL = false

Definition at line 125 of file client.h.

◆ password

std::string Client::Options::password

Definition at line 128 of file client.h.

◆ printHelp

bool Client::Options::printHelp = false

Definition at line 121 of file client.h.

◆ printVersion

bool Client::Options::printVersion = false

Definition at line 122 of file client.h.

◆ screenshotDir

std::string Client::Options::screenshotDir

Definition at line 136 of file client.h.

◆ serverName

std::string Client::Options::serverName

Definition at line 139 of file client.h.

◆ serverPort

uint16_t Client::Options::serverPort = 0

Definition at line 140 of file client.h.

◆ serverType

ServerType Client::Options::serverType = ServerType::Unknown

Definition at line 137 of file client.h.

◆ skipUpdate

bool Client::Options::skipUpdate = false

Definition at line 123 of file client.h.

◆ updateHost

std::string Client::Options::updateHost

Definition at line 131 of file client.h.

◆ username

std::string Client::Options::username

Definition at line 127 of file client.h.


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