Changeset 7208 for code/trunk/src/modules/pickup/items/InvisiblePickup.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/InvisiblePickup.h
r7163 r7208 77 77 void setDuration(float duration); 78 78 void initializeIdentifier(void); 79 v irtual void pickupTimerCallback(void); //!< Function that gets called when the timer ends.79 void pickupTimerCallback(void); //!< Function that gets called when the timer ends. 80 80 81 81 private: 82 82 void initialize(void); //!< Initializes the member variables. 83 83 Pawn* carrierToPawnHelper(void); //!< Helper to transform the PickupCarrier to a Pawn, and throw an error message if the conversion fails. 84 85 Timer durationTimer_; //!< Timer. 86 84 87 bool invisible_; //!< Helper to remember wether the Pawn is invisible. 85 88 float duration_; //! Duration of invisibility.
Note: See TracChangeset
for help on using the changeset viewer.