Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 3:00:01 AM (16 years ago)
Author:
landauf
Message:

added descriptions to the existing config-values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/SpaceShip.cc

    r697 r706  
    124124    void SpaceShip::setConfigValues()
    125125    {
    126         SetConfigValue(bInvertYAxis_, false);
    127         SetConfigValue(reloadTime_, 0.125);
     126        SetConfigValue(bInvertYAxis_, false).description("Set this to true for joystick-like mouse behaviour (mouse up = ship down).");
     127        SetConfigValue(reloadTime_, 0.125).description("The reload time of the weapon in seconds");
    128128    }
    129129
Note: See TracChangeset for help on using the changeset viewer.