Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 4:45:50 PM (15 years ago)
Author:
polakma
Message:

added munition, fixed reloadTimer_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h

    r2106 r2203  
    4545            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4646
     47            void decrementBullets();
     48            void decrementMagazines();
     49            void incrementBullets();
     50            void incrementMagazines();
    4751
    4852        private:
    49 
    50 
     53            int bullets;
     54            int magazines;
    5155    };
    5256}
Note: See TracChangeset for help on using the changeset viewer.