AsyncTaskPause
-
class AsyncTaskPause
Bases:
AsyncTask
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
.Inheritance diagram
-
AsyncTaskPause(double delay)
-
static TypeHandle get_class_type(void)
-
bool validate_ptr(void const *ptr)
-
AsyncTaskPause(double delay)