Changeset 7208 for code/trunk/src/modules/pickup/items/ShieldPickup.h
- Timestamp:
- Aug 24, 2010, 9:49:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/ShieldPickup.h
r7163 r7208 80 80 void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup. 81 81 82 v irtual void pickupTimerCallback(void); //!< Function that gets called when timer ends.82 void pickupTimerCallback(void); //!< Function that gets called when timer ends. 83 83 84 84 void setDuration(float duration); … … 90 90 Pawn* carrierToPawnHelper(void); //!< Helper to transform the PickupCarrier to a Pawn, and throw an error message if the conversion fails. 91 91 92 Timer durationTimer_; //!< Timer. 93 92 94 float duration_; //!< The health that is transferred to the Pawn. 93 95 float shieldHealth_;
Note: See TracChangeset
for help on using the changeset viewer.