
Definition at line 8 of file Command.h.
Public Member Functions | |
| virtual | ~Command () |
| virtual bool | finish (int count)=0 |
| Return true when command has finished his work. | |
|
|
Definition at line 10 of file Command.h. 00010 {}
|
|
|
Return true when command has finished his work.
Implemented in ScriptCmd. |
1.4.2