diff -r 33355f5010ce -r b3ce3b8bc36d LuaGears.wiki --- 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. + + == Functions for creating gears == === !AddGear(x, y, gearType, state, dx, dy, timer) === @@ -623,4 +625,3 @@ === !SetGearPos(gearUid, value) === Sets the `Pos` value (not the position!) of the specified gear to specified value. See `GetGearPos` for more information. -