# HG changeset patch # User Wuzzy # Date 1555502044 -3600 # Node ID b3ce3b8bc36d65a734a5e2a84a52ce07a3a60d43 # Parent 33355f5010cef5863a57a6d9fbade5b11afcd31c LuaGears: Add TOC 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. -