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


Public Member Functions | |
| CommandChase () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 194 of file command.cpp. 00195 {
00196 }
|
|
|
Implements InstantaneousCommand. Definition at line 198 of file command.cpp. 00199 {
00200 env.getSimulation()->chase();
00201 }
|
|
|
|
1.4.1