LuaGears.wiki
changeset 1841 2c6019a41474
parent 1832 d975c5b3bc4c
child 1849 60249ab531df
equal deleted inserted replaced
1840:37d979124fc4 1841:2c6019a41474
     1 #summary List of gear-related functions in the Lua API
     1 #summary List of gear-related functions in the Lua API
       
     2 #labels !LuaFunctions
     2 
     3 
     3 = Lua API: Gear functions =
     4 = Lua API: Gear functions =
     4 This is a list of all functions in the [LuaAPI Lua API] that are related to gears and visual gears.
     5 This is a list of all functions in the [LuaAPI Lua API] that are related to gears and visual gears.
     5 
     6 
     6 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.
     7 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.