#include <mod_sim_settings.hh>
Public Member Functions | |
| Settings (void) | |
| void | Init (int argc, char **argv) |
Public Attributes | |
| bool | mNoReload |
| bool | mReloadView |
| bool | mDemoF14Tomcat |
| bool | mFog |
| bool | mSplash |
| fp | mLightStep |
| fp | mAlienTextureShimmerDegInc |
| uint | mHudLod |
Private Member Functions | |
| void | ReadSettingsConf (void) |
Classes | |
| class | SettingsConfReader |
| Template Method to parse fields in settings.conf. More... | |
Only those settings whose values are needed after initialization are defined. The base Module class and derived Module classes have separate Settings objects.
ReadSettingsConf() mostly affects the Settings object but it may affect other code since its purpose is to read general program settings.
| mod_sim::Settings::Settings | ( | void | ) |
ctor/dtor.
| void mod_sim::Settings::ReadSettingsConf | ( | void | ) | [private] |
ReadSettingsConf() mostly affects the Settings object but it may affect other code since its purpose is to read general program settings.
Chaining of settings.conf: -------------------------- See mod_sim_settings.hh.
| void mod_sim::Settings::Init | ( | int | argc, | |
| char ** | argv | |||
| ) |
Initialize Settings object, and read settings.conf.
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:31 2007