Changeset 6387 for code/branches/presentation2/src/orxonox/pickup
- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/pickup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/pickup/ModifierPickup.h
r5929 r6387 129 129 130 130 void timerCallback(Pawn* pawn); //!< Method called when the timer runs out. 131 131 132 132 private: 133 133 float getAdditiveModifier(ModifierType::Value type) const; //!< Get the additive modifier for a given ModifierType. -
code/branches/presentation2/src/orxonox/pickup/UsableItem.cc
r5781 r6387 26 26 * 27 27 */ 28 28 29 29 /** 30 30 @file
Note: See TracChangeset
for help on using the changeset viewer.