Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (14 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/PickupCarrier.cc

    r7494 r7547  
    3636#include "core/CoreIncludes.h"
    3737#include "core/Identifier.h"
     38
    3839#include "Pickupable.h"
    3940
     
    8990        Returns true if the PickupCarrier or one of its children is a target, false if not.
    9091    */
    91     bool PickupCarrier::isTarget(const Pickupable* pickup)
     92    bool PickupCarrier::isTarget(const Pickupable* pickup) const
    9293    {
    9394        if(pickup->isTarget(this)) // If the PickupCarrier itself is a target.
Note: See TracChangeset for help on using the changeset viewer.