Changeset 11176 for code/trunk/src/orxonox/weaponsystem
- Timestamp:
- Apr 28, 2016, 3:45:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/weaponsystem/WeaponSystem.h
r11071 r11176 55 55 void removeWeaponSlot(WeaponSlot * wSlot); 56 56 WeaponSlot * getWeaponSlot(unsigned int index) const; 57 inline const std::vector<WeaponSlot *>& getAllWeaponSlots() const 58 { return weaponSlots_; } 57 59 58 60 // adding and removing WeaponSets
Note: See TracChangeset
for help on using the changeset viewer.