Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2009, 5:05:18 PM (15 years ago)
Author:
polakma
Message:

now you can choose between shared munition and normal munition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponsystem/src/orxonox/objects/weaponSystem/Weapon.h

    r2662 r2778  
    6868            virtual void setMagazineLoadingTime(float loadingTime);
    6969            virtual const float getMagazineLoadingTime();
     70            virtual void setSharedMunition(bool bSharedMunition);
     71            virtual const bool getSharedMunition();
    7072
    7173            virtual void takeBullets();
     
    9193            bool bulletReadyToShoot_;
    9294            bool magazineReadyToShoot_;
     95            bool bSharedMunition_;
    9396            float bulletLoadingTime_;
    9497            float magazineLoadingTime_;
Note: See TracChangeset for help on using the changeset viewer.