Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2008, 2:36:47 PM (15 years ago)
Author:
polakma
Message:

made some changes to munition attaching

File:
1 edited

Legend:

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

    r2337 r2354  
    5252            Weapon * getWeaponPointer(unsigned int n);
    5353            int getSize();
    54             void attachWeapon(Weapon *weapon);
    5554
    5655            void setFireMode(unsigned int firemode);
     
    5857
    5958            void addWeapon(Weapon * weapon);
    60             Weapon * getWeapon(unsigned int index);
     59            const Weapon * getWeapon(unsigned int index);
    6160
    6261            void setWeaponSystemToAllWeapons(WeaponSystem * weaponSystem);
Note: See TracChangeset for help on using the changeset viewer.