Changeset 10794 for code/branches/fabienHS15/src/orxonox
- Timestamp:
- Nov 10, 2015, 7:47:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/orxonox/weaponsystem/Munition.h
r10791 r10794 43 43 enum Value 44 44 { 45 S hare,46 S tack,47 S eparate45 Separate, // Every comsuming weapon mode has its own magazine. It is possible that one weapon mode is out of ammo while another still has some. 46 Share, // All comsuming weapon modes take their munition from the same magazine. If this magazine is empty a new one is loaded. 47 Stack // There is only one magazine where all the munition is stored. Use this deployment mode for heavy weapons loke rockets, bombs, ... 48 48 }; 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.