浏览代码

ENH: Make IF command scriptable

Andy Cedilnik 22 年之前
父节点
当前提交
f1cffef265
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Source/cmIfCommand.h

+ 5 - 0
Source/cmIfCommand.h

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