AsyncTaskPause Class Reference

A special kind of task that simple returns DS_pause, to pause for a specified number of seconds and then finish. More...

Inheritance diagram for AsyncTaskPause:
AsyncTask AsyncTaskBase TypedReferenceCount Namable TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

Public Member Functions

 AsyncTaskPause (double delay)
 operator new (unsigned int size)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A special kind of task that simple returns DS_pause, to pause for a specified number of seconds and then finish.

It's intended to be used within an AsyncTaskSequence.


Constructor & Destructor Documentation

AsyncTaskPause ( double  delay)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from AsyncTask.

operator new ( unsigned int  size)