- Timestamp:
- Jul 21, 2012, 3:34:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/orxonox/interfaces/Pickupable.h
r9318 r9319 171 171 /** 172 172 @brief Facilitates the creation of a PickupSpawner upon dropping of the Pickupable. 173 This method must be implemented by any class directly inheriting from Pickupable. It is most easily done by just creating a new DroppedPickup, e.g.: 174 DroppedPickup(BaseObject* creator, Pickupable* pickup, PickupCarrier* carrier, float triggerDistance); 173 This method must be implemented by any class directly inheriting from Pickupable. 175 174 @return Returns true if a spawner was created, false if not. 176 175 */
Note: See TracChangeset
for help on using the changeset viewer.