Go to the documentation of this file.
14 #ifndef WAITINTERVAL_H
15 #define WAITINTERVAL_H
34 static void init_type() {
35 CInterval::init_type();
37 CInterval::get_class_type());
40 return get_class_type();
42 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
The base class for timeline components.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void priv_step(double t)
Advances the time on the interval.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This interval does absolutely nothing, and is mainly useful for marking time between other intervals ...