Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2012, 10:57:40 PM (12 years ago)
Author:
dafrick
Message:

Should fix internal warnig (and compile error introduced in last commit)

File:
1 edited

Legend:

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

    r8866 r9293  
    172172            inline void setDisabled(void)
    173173                { this->enabled_ = false; }
     174
     175            /**
     176            @brief Check whether the Pickupable is in the process of being destroyed.
     177            @return Returns true if so.
     178            */
     179            inline bool isBeingDestroyed(void)
     180                { return this->beingDestroyed_; }
    174181
    175182            /**
Note: See TracChangeset for help on using the changeset viewer.