Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 25, 2015, 1:56:51 PM (9 years ago)
Author:
fvultier
Message:

improved documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes/SplitGun.h

    r10592 r10594  
    2121 *
    2222 *   Author:
    23  *      Joel Smely
     23 *      Fabien Vultier
    2424 *   Co-authors:
    2525 *      ...
     
    4545        A slow ball of lightning.
    4646    @author
    47         Joel Smely
     47        Fabien Vultier
    4848    @ingroup WeaponsWeaponModes
    4949    */
     
    7575
    7676       private:
    77             float speed_; //!< The speed of the fired projectile.
    78             int numberOfSplits_;
    79             int numberOfChilds_;
    80             float splitTime_;
    81             float spread_;
     77            float speed_; //The speed of the fired projectile.
     78            int numberOfSplits_; //The number of times the projectile will split into child projectiles
     79            int numberOfChilds_; //The number of child projectiles that are created if the projectile splits
     80            float splitTime_; //The time between creation of the projectile and the split of the projectile
     81            float spread_; //Low spread means that the child projectiles are concentrated in a small area
    8282    };
    8383}
Note: See TracChangeset for help on using the changeset viewer.