[Orxonox-commit 2591] r7296 - code/branches/doc/src/orxonox/interfaces
dafrick at orxonox.net
dafrick at orxonox.net
Tue Aug 31 18:43:34 CEST 2010
Author: dafrick
Date: 2010-08-31 18:43:34 +0200 (Tue, 31 Aug 2010)
New Revision: 7296
Modified:
code/branches/doc/src/orxonox/interfaces/Pickupable.h
Log:
Change depricated documentation.
Modified: code/branches/doc/src/orxonox/interfaces/Pickupable.h
===================================================================
--- code/branches/doc/src/orxonox/interfaces/Pickupable.h 2010-08-31 16:13:21 UTC (rev 7295)
+++ code/branches/doc/src/orxonox/interfaces/Pickupable.h 2010-08-31 16:43:34 UTC (rev 7296)
@@ -160,7 +160,7 @@
/**
@brief Facilitates the creation of a PickupSpawner upon dropping of the Pickupable.
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.:
- DroppedPickup(BaseObject* creator, Pickupable* pickup, const Vector3& position, float triggerDistance);
+ DroppedPickup(BaseObject* creator, Pickupable* pickup, PickupCarrier* carrier, float triggerDistance);
@param position The position at which the PickupSpawner should be placed.
@return Returns true if a spawner was created, false if not.
*/
More information about the Orxonox-commit
mailing list