]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalSys.hxx
explain createModule()'s optional SGPropertyNode argument
[flightgear.git] / src / Scripting / NasalSys.hxx
index 0b10ad0c7f20e191dd5bdeb90587ee0a33c3d5a0..7324a23b7edf6cd45222595978a3eca632ba0d1a 100644 (file)
@@ -53,7 +53,7 @@ public:
     virtual bool handleCommand(const SGPropertyNode* arg);
 
     void createModule(const char* moduleName, const char* fileName,
-                    const char* src, int len);
+                    const char* src, int len, const SGPropertyNode* arg=0);
 
     void deleteModule(const char* moduleName);
 
@@ -137,7 +137,7 @@ private:
     naRef _handler;
     int _gcKey;
     FGNasalSys* _nas;
-    bool _active;
+    unsigned int _active;
 };