ENH: Make IF command scriptable

This commit is contained in:
Andy Cedilnik 2004-02-19 10:29:51 -05:00
parent ece9ae97e2
commit f1cffef265

View File

@ -87,6 +87,11 @@ public:
*/ */
virtual bool IsInherited() {return true;} virtual bool IsInherited() {return true;}
/**
* This determines if the command is invoked when in script mode.
*/
virtual bool IsScriptable() { return true; }
/** /**
* More documentation. * More documentation.
*/ */