Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 2:38:33 PM (15 years ago)
Author:
polakma
Message:

changed Weapon::fire and munition reloading

File:
1 edited

Legend:

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

    r2337 r2379  
    5050            void setMaxMagazines(unsigned int amount);
    5151
    52             unsigned int getBullets();
    53             unsigned int getMagazines();
     52            void fillBullets();
     53            void fillMagazines();
     54
     55            bool bullets();
     56            bool magazines();
    5457
    5558            void removeBullets(unsigned int k, Weapon * parentWeapon);
Note: See TracChangeset for help on using the changeset viewer.