--- a/LuaGears.wiki Wed Apr 17 12:52:11 2019 +0100
+++ b/LuaGears.wiki Wed Apr 17 12:54:04 2019 +0100
@@ -3,6 +3,8 @@
= Lua API: Gear functions =
This is a list of all functions in the [LuaAPI Lua API] that are related to gears. Refer to [LuaGuide] for an introduction into gears.
+<toc depth="3"/>
+
== Functions for creating gears ==
=== <tt>!AddGear(x, y, gearType, state, dx, dy, timer)</tt> ===
@@ -623,4 +625,3 @@
=== <tt>!SetGearPos(gearUid, value)</tt> ===
Sets the `Pos` value (not the position!) of the specified gear to specified value. See `GetGearPos` for more information.
-