Phoenix2D-Library  0.10
Public Member Functions | Static Public Attributes | List of all members
Phoenix::Config Class Reference

#include <Config.h>

Collaboration diagram for Phoenix::Config:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 30 of file Config.h.

Constructor & Destructor Documentation

Phoenix::Config::Config ( )
Phoenix::Config::~Config ( )

Definition at line 84 of file Config.cpp.

Member Function Documentation

void Phoenix::Config::load ( )

Member Data Documentation

unsigned int Phoenix::Config::BALL_MAX_HISTORY = 16
static

Definition at line 41 of file Config.h.

Referenced by Config().

unsigned int Phoenix::Config::BUFFER_MAX_HISTORY = 4
static
unsigned int Phoenix::Config::COMMAND_PRECISION = 4
static

Definition at line 43 of file Config.h.

Referenced by Config().

unsigned int Phoenix::Config::COMMANDS_MAX_HISTORY = 4
static

Definition at line 42 of file Config.h.

Referenced by Config(), and Phoenix::Commands::flush().

std::string Phoenix::Config::LOG_NAME = ""
static

Definition at line 44 of file Config.h.

Referenced by Config(), and Phoenix::Logger::log().

bool Phoenix::Config::LOGGING = false
static

Definition at line 36 of file Config.h.

Referenced by load(), Phoenix::PlayOn::onPlayerExecute(), and Phoenix::PlayOn::setup().

bool Phoenix::Config::PLAYER_HISTORY = false
static

Definition at line 45 of file Config.h.

Referenced by load(), and Phoenix::World::updateWorld().

unsigned int Phoenix::Config::PLAYER_MAX_HISTORY = 16
static

Definition at line 40 of file Config.h.

Referenced by Config().

Position Phoenix::Config::POSITION
static

Definition at line 35 of file Config.h.

Referenced by load(), and Phoenix::BeforeKickOff::setup().

bool Phoenix::Config::TRAINER_LOGGING = false
static

Definition at line 37 of file Config.h.

Referenced by Config(), and Phoenix::Trainer::execute().

bool Phoenix::Config::VERBOSE = false
static

The documentation for this class was generated from the following files: