Changeset 7493 for code/trunk/src/modules/pickup/CollectiblePickup.h
- Timestamp:
- Sep 27, 2010, 7:53:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/CollectiblePickup.h
r7456 r7493 44 44 /** 45 45 @brief 46 Collectible Pickup class. Any pickup inheriting from this class can be added to a PickupCollection and thus be part uf such. 46 The CollectiblePickup class encompasses all @ref orxonox::Pickupable "Pickupables" that can be added to a @ref orxonox::PickupCollection "PickupCollection" and thus be part of such. 47 48 All you need to do to make your @ref orxonox:.Pickupable "Pickupable" a CollectiblePickup is to, in some way, inherit from it. (The @ref orxonox::Pickup Pickup class, for example, is already a CollectiblePickup). 49 47 50 @author 48 51 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.