1
0
Эх сурвалжийг харах

ENH: Make IF command scriptable

Andy Cedilnik 22 жил өмнө
parent
commit
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.
    */