Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iSequenceOperation Struct Reference

A sequence operation. More...

#include <sequence.h>

Inheritance diagram for iSequenceOperation:

iBase List of all members.

Public Methods

virtual void Do (csTicks dt)=0
 Do the operation. More...


Detailed Description

A sequence operation.

This is effectively a callback to the application.


Member Function Documentation

void iSequenceOperation::Do ( csTicks dt ) [pure virtual]
 

Do the operation.

The dt parameter is the difference between the time the sequence manager is at now and the time this operation was supposed to happen. If this is 0 then the operation is called at the right time. If this is 1000 (for example) then the operation was called one second late. This latency can happen because the sequence manager only kicks in every frame and frame rate can be low.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000