|
OpenEnroth 90c43ae
|
#include <GameConfig.h>
Public Member Functions | |
| CheatCommands (GameConfig *config) | |
Public Member Functions inherited from ConfigSection | |
| ConfigSection (Config *config, std::string_view name) | |
| ConfigSection (const ConfigSection &other)=delete | |
| ConfigSection (ConfigSection &&other)=delete | |
| Config * | config () const |
| const std::string & | name () const |
| void | registerEntry (AnyConfigEntry *entry) |
| AnyConfigEntry * | entry (std::string_view name) const |
| std::vector< AnyConfigEntry * > | entries () const |
Private Member Functions | |
| void | _addCommand (int commandIndex, const std::string &defaultValue) |
Private Attributes | |
| std::vector< std::unique_ptr< String > > | _commandList |
|
explicit |
|
private |
|
private |