#include <builder.hpp>
Public Member Functions | |
Builder (std::string appTitle) | |
Builder () | |
void | SetConsoleEnabled () const |
Set the console enabled. | |
void | SetDebugLogLevel () |
Set the debug log level. | |
void | SetInfoLogLevel () |
Set the info log level. | |
void | SetWarnLogLevel () |
Set the warn log level. | |
void | SetErrorLogLevel () |
Set the error log level. | |
Cheat | Build () const |
Build the cheat. | |
Public Attributes | |
std::shared_ptr< Xenon > | xenon |
std::shared_ptr< XenonConfig > | xenonConfig |
std::shared_ptr< XenonVariables > | xenonVariables |
std::shared_ptr< Game > | GameManager |
std::vector< std::shared_ptr< CComponent > > | components |
This class is responsible for building the cheat.
|
inline |
|
inline |
Cheat Builder::Build | ( | ) | const |
Build the cheat.
void Builder::SetConsoleEnabled | ( | ) | const |
Set the console enabled.
void Builder::SetDebugLogLevel | ( | ) |
Set the debug log level.
void Builder::SetErrorLogLevel | ( | ) |
Set the error log level.
void Builder::SetInfoLogLevel | ( | ) |
Set the info log level.
void Builder::SetWarnLogLevel | ( | ) |
Set the warn log level.
std::vector<std::shared_ptr<CComponent> > Builder::components |
std::shared_ptr<Game> Builder::GameManager |
std::shared_ptr<Xenon> Builder::xenon |
std::shared_ptr<XenonConfig> Builder::xenonConfig |
std::shared_ptr<XenonVariables> Builder::xenonVariables |