ENH: Start includding the scripting support

This commit is contained in:
Andy Cedilnik
2003-10-29 08:58:54 -05:00
parent b79c2f5a4c
commit 69dd3218ba
3 changed files with 18 additions and 0 deletions

View File

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