Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7296


Ignore:
Timestamp:
Aug 31, 2010, 6:43:34 PM (14 years ago)
Author:
dafrick
Message:

Change depricated documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/orxonox/interfaces/Pickupable.h

    r7163 r7296  
    161161            @brief Facilitates the creation of a PickupSpawner upon dropping of the Pickupable.
    162162                   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.:
    163                    DroppedPickup(BaseObject* creator, Pickupable* pickup, const Vector3& position, float triggerDistance);
     163                   DroppedPickup(BaseObject* creator, Pickupable* pickup, PickupCarrier* carrier, float triggerDistance);
    164164            @param position The position at which the PickupSpawner should be placed.
    165165            @return Returns true if a spawner was created, false if not.
Note: See TracChangeset for help on using the changeset viewer.