Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2011, 1:51:18 PM (13 years ago)
Author:
FelixSchulthess
Message:

merged portals branch into trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/modules/objects/triggers/MultiTrigger.h

    r8213 r8457  
    146146            inline bool isTarget(BaseObject* target)
    147147                { if(target == NULL) return true; else return targetMask_.isIncluded(target->getIdentifier()); }
     148               
     149            void addTarget(const std::string& targets); //!< Add some target to the MultiTrigger.
    148150
    149151        protected:
     
    158160            void broadcast(bool status); //!< Helper method. Broadcasts an Event for every object that is a target.
    159161
    160             void addTarget(const std::string& targets); //!< Add some target to the MultiTrigger.
    161             void removeTarget(const std::string& targets); //!< Remove some target from the MultiTrigger.
     162            void removeTarget(const std::string& target); //!< Remove some target from the MultiTrigger.
    162163
    163164            /**
Note: See TracChangeset for help on using the changeset viewer.