# HG changeset patch # User Wuzzy # Date 1555507595 -3600 # Node ID 2494d033715611231a0f82fdf5094a2926ca26f3 # Parent be31df3b4e3d04174256aa3ebbccd74ede2b5488 Sandbox: Edited via web interface diff -r be31df3b4e3d -r 2494d0337156 Sandbox.wiki --- a/Sandbox.wiki Wed Apr 17 14:26:17 2019 +0100 +++ b/Sandbox.wiki Wed Apr 17 14:26:35 2019 +0100 @@ -3,7 +3,7 @@ = Lua API: Gear functions = This is a list of all functions in the [LuaAPI Lua API] that are related to gears and visual gears. -Gears are dynamic objects or events in the world that affect the gameplay, including hedgehogs, projectiles, weapons, land objects, active utilities and a few more esoteric things. Refer to [LuaGuide] for a more detailed introduction into gears. Visual gears are decorational objects which are usually used for purely decorational graphical effects. They have no effect on gameplay. Visual gears are not the same as gears, but they share some similarities. +Gears are dynamic objects or events in the world that affect the gameplay, including hedgehogs, projectiles, weapons, land objects, active utilities and a few more esoteric things. Visual gears are decorational objects which are usually used for purely decorational graphical effects. They have no effect on gameplay. Visual gears are not the same as gears, but they share some similarities. Refer to [LuaGuide] for a more detailed introduction into gears.