Public Member Functions | |
GameConfiguration () | |
void | setConfigValues () |
Function to collect the SetConfigValue-macro calls. | |
Public Attributes | |
unsigned int | fpsLimit_ |
unsigned int | statisticsAvgLength_ |
unsigned int | statisticsRefreshCycle_ |
orxonox::GameConfiguration::GameConfiguration | ( | ) | [inline] |
References RegisterRootObject, and setConfigValues().
void orxonox::GameConfiguration::setConfigValues | ( | ) | [inline] |
Function to collect the SetConfigValue-macro calls.
Reimplemented from orxonox::OrxonoxClass.
References fpsLimit_, SetConfigValue, statisticsAvgLength_, and statisticsRefreshCycle_.
Referenced by GameConfiguration().
unsigned int orxonox::GameConfiguration::fpsLimit_ |
Referenced by orxonox::Game::run(), and setConfigValues().
unsigned int orxonox::GameConfiguration::statisticsAvgLength_ |
Referenced by orxonox::Game::run(), and setConfigValues().
unsigned int orxonox::GameConfiguration::statisticsRefreshCycle_ |
Referenced by orxonox::Game::run(), and setConfigValues().