#include <PropaneTimers.h>
Inheritance diagram for PropaneAutoResetTimer:

Public Member Functions | |
| virtual bool | update (float delta) |
| Update the timer. Returns TRUE if the update tripped the timer, then resets itself. | |
| PropaneAutoResetTimer (float limit, bool increment) | |
| Construct the timer. | |
|
||||||||||||
|
Construct the timer. Constructs an automatic reset timer with a given time span and increment
|
|
|
Update the timer. Returns TRUE if the update tripped the timer, then resets itself. Updates the auto-reset timer. Same as updating the normal timer, except when this returns true it automatically calls reset() to reset the timer so you do not have to do it manually.
Reimplemented from PropaneTimer. |
1.4.6