Phoenix2D-Library
0.10
|
#include <Config.h>
Public Member Functions | |
Config () | |
~Config () | |
void | load () |
Static Public Attributes | |
static Position | POSITION |
static bool | LOGGING = false |
static bool | TRAINER_LOGGING = false |
static bool | VERBOSE = false |
static unsigned int | BUFFER_MAX_HISTORY = 4 |
static unsigned int | PLAYER_MAX_HISTORY = 16 |
static unsigned int | BALL_MAX_HISTORY = 16 |
static unsigned int | COMMANDS_MAX_HISTORY = 4 |
static unsigned int | COMMAND_PRECISION = 4 |
static std::string | LOG_NAME = "" |
static bool | PLAYER_HISTORY = false |
Phoenix::Config::Config | ( | ) |
Definition at line 49 of file Config.cpp.
References BALL_MAX_HISTORY, BUFFER_MAX_HISTORY, COMMAND_PRECISION, COMMANDS_MAX_HISTORY, Phoenix::config_regex(), LOG_NAME, Phoenix::logging_regex(), PLAYER_MAX_HISTORY, and TRAINER_LOGGING.
Phoenix::Config::~Config | ( | ) |
Definition at line 84 of file Config.cpp.
void Phoenix::Config::load | ( | ) |
Definition at line 88 of file Config.cpp.
References LOGGING, Phoenix::logging_regex(), PLAYER_HISTORY, Phoenix::player_history_regex(), POSITION, Phoenix::position_regex(), Phoenix::Self::TEAM_NAME, Phoenix::Self::UNIFORM_NUMBER, VERBOSE, Phoenix::verbose_regex(), Phoenix::x, and Phoenix::y.
|
static |
|
static |
Definition at line 39 of file Config.h.
Referenced by Config(), Phoenix::Self::getAmountOfSpeedAtTime(), Phoenix::Self::getArmCountAtTime(), Phoenix::Self::getArmDirAtTime(), Phoenix::Self::getArmDistAtTime(), Phoenix::Self::getArmExpiresAtTime(), Phoenix::Self::getArmMovableAtTime(), Phoenix::Self::getCatchCountAtTime(), Phoenix::Self::getChangeViewCountAtTime(), Phoenix::Self::getCollisionsAtTime(), Phoenix::Self::getDashCountAtTime(), Phoenix::Self::getDirectionOfSpeedAtTime(), Phoenix::Self::getEffortAtTime(), Phoenix::Self::getFocusCountAtTime(), Phoenix::Self::getFocusTargetAtTime(), Phoenix::Self::getFoulCardAtTime(), Phoenix::Self::getFoulChargedAtTime(), Phoenix::Self::getKickCountAtTime(), Phoenix::Self::getMoveCountAtTime(), Phoenix::Self::getSayCountAtTime(), Phoenix::Self::getStaminaAtTime(), Phoenix::Self::getStaminaCapacityAtTime(), Phoenix::Self::getTackleCountAtTime(), Phoenix::Self::getTackleExpiresAtTime(), Phoenix::Self::getTurnCountAtTime(), Phoenix::Self::getTurnNeckCountAtTime(), Phoenix::Self::getViewModeQualityAtTime(), and Phoenix::Self::getViewModeWidthAtTime().
|
static |
|
static |
Definition at line 42 of file Config.h.
Referenced by Config(), and Phoenix::Commands::flush().
|
static |
Definition at line 44 of file Config.h.
Referenced by Config(), and Phoenix::Logger::log().
|
static |
Definition at line 36 of file Config.h.
Referenced by load(), Phoenix::PlayOn::onPlayerExecute(), and Phoenix::PlayOn::setup().
|
static |
Definition at line 45 of file Config.h.
Referenced by load(), and Phoenix::World::updateWorld().
|
static |
|
static |
Definition at line 35 of file Config.h.
Referenced by load(), and Phoenix::BeforeKickOff::setup().
|
static |
Definition at line 37 of file Config.h.
Referenced by Config(), and Phoenix::Trainer::execute().
|
static |
Definition at line 38 of file Config.h.
Referenced by load(), Phoenix::Parser::parseMessage(), Phoenix::Commands::~Commands(), Phoenix::Connect::~Connect(), Phoenix::Game::~Game(), Phoenix::Parser::~Parser(), Phoenix::Reader::~Reader(), Phoenix::Self::~Self(), and Phoenix::World::~World().