Make Tux run automatically. As before, if he is carrying something Tux
[supertux.git] / src / object / thunderstorm.hpp
index afbc5ac..7aa8173 100644 (file)
@@ -40,6 +40,11 @@ public:
     virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);
     virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx);
 
+    /** 
+     * @name Scriptable Methods
+     * @{ 
+     */
+
     /**
      * Start playing thunder and lightning at configured interval
      */
@@ -70,6 +75,10 @@ public:
      */
     void electrify();
 
+    /** 
+     * @} 
+     */
+
 private:
     bool running; /**< whether we currently automatically trigger lightnings */
     float interval; /**< time between two lightnings */