- Timestamp:
- Apr 7, 2011, 12:55:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/portals/src/modules/objects/triggers/TriggerBase.h
r7652 r8200 186 186 { if(activations >= 0 || activations == INF_s) this->remainingActivations_ = activations; } 187 187 188 inline bool hasRemainingActivations(void) 189 { return this->remainingActivations_ == INF_s || this->remainingActivations_ > 0; } 190 188 191 /** 189 192 @brief Adds the parent of a MultiTrigger.
Note: See TracChangeset
for help on using the changeset viewer.