Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2008, 7:51:46 PM (15 years ago)
Author:
polakma
Message:

made some changes

File:
1 edited

Legend:

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

    r2288 r2308  
    5151            void fire();
    5252
     53            void setFireMode(const unsigned int firemode);
     54            const unsigned int getFireMode() const;
     55
    5356            inline void setParentWeaponSystem(WeaponSystem *parentWeaponSystem)
    5457                { parentWeaponSystem_=parentWeaponSystem; }
     
    5861        private:
    5962            WeaponSystem *parentWeaponSystem_;
     63            std::vector<WeaponSlot *> setWeaponSlots_;
     64            unsigned int firemode_;
     65            WeaponPack * attachedWeaponPack_;
    6066    };
    6167}
Note: See TracChangeset for help on using the changeset viewer.