#include <sequence.h>
Inheritance diagram for iSequenceCondition:
Public Methods | |
virtual bool | Condition (csTicks dt)=0 |
Do the condition. More... |
This is also a callback to the application. This condition returns true on success.
|
Do the condition. The dt parameter is the difference between the time the sequence manager is at now and the time this condition was supposed to be called. If this is 0 then the condition is called at the right time. If this is 1000 (for example) then the condition was called one second late. This latency can happen because the sequence manager only kicks in every frame and frame rate can be low. |