ENH: Make more commands scriptable

This commit is contained in:
Andy Cedilnik
2004-02-22 22:07:02 -05:00
parent 183273bea2
commit 007d2bbc50
14 changed files with 70 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ public:
*/
virtual const char* GetName() { return "MAKE_DIRECTORY";}
/**
* This determines if the command is invoked when in script mode.
*/
virtual bool IsScriptable() { return true; }
/**
* Succinct documentation.
*/