Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2011, 12:55:24 PM (14 years ago)
Author:
FelixSchulthess
Message:

blah

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/portals/src/modules/objects/triggers/TriggerBase.h

    r7652 r8200  
    186186                { if(activations >= 0 || activations == INF_s) this->remainingActivations_ = activations; }
    187187
     188                        inline bool hasRemainingActivations(void)
     189                                { return this->remainingActivations_ == INF_s || this->remainingActivations_  > 0; }
     190
    188191            /**
    189192            @brief Adds the parent of a MultiTrigger.
Note: See TracChangeset for help on using the changeset viewer.