- Timestamp:
- Nov 27, 2015, 6:49:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/orxonox/weaponsystem/ReplenishingMunition.h
r10791 r10878 64 64 protected: 65 65 float replenishInterval_; //!< The interval in which the munition is replenished. 66 unsigned int replenishAmount_; //!< The amount by which it is replenished.66 unsigned int replenishAmount_; //!< The amount of magazines by which it is replenished. 67 67 68 68 private: 69 void replenish(); 69 void replenish(); //!< Every call of this function replenishes the munition. This function is called by the timer. 70 70 void initializeTimer(); 71 71
Note: See TracChangeset
for help on using the changeset viewer.