Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2008, 5:13:34 PM (15 years ago)
Author:
polakma
Message:

fixed attaching

File:
1 edited

Legend:

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

    r2327 r2331  
    7070            Timer<Weapon> *getMagazineTimer();
    7171
     72            void setMunitionType(std::string munitionType);
     73            std::string getMunitionType();
     74
    7275            inline void setParentWeaponSlot(WeaponSlot *parentWeaponSlot)
    7376                { this->parentWeaponSlot_=parentWeaponSlot; };
     
    8588            float magazineLoadingTime_;
    8689            Munition *munition_;
     90            std::string munitionType_;
    8791
    8892            WeaponSlot *parentWeaponSlot_;
Note: See TracChangeset for help on using the changeset viewer.