#include <command.h>
Inheritance diagram for CommandWait:


Public Member Functions | |
| CommandWait (double _duration) | |
| void | process (ExecutionEnvironment &, double t, double dt) |
| ~CommandWait () | |
|
|
Definition at line 25 of file command.cpp. 00025 : TimedCommand(_duration) 00026 { 00027 }
|
|
|
Definition at line 29 of file command.cpp. 00030 {
00031 }
|
|
||||||||||||||||
|
Implements Command. Definition at line 33 of file command.cpp. 00034 {
00035 }
|
1.4.1