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/Projectile.cc

    r697 r706  
    6565    void Projectile::setConfigValues()
    6666    {
    67         SetConfigValue(lifetime_, 10.0);
    68         SetConfigValue(speed_, 2000.0);
     67        SetConfigValue(lifetime_, 10.0).description("The time in seconds a projectile stays alive");
     68        SetConfigValue(speed_, 2000.0).description("The speed of a projectile in units per second");
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.