LuaGears.wiki
changeset 2089 375b9861ab91
parent 2077 514babfbad9e
child 2123 7df4304efaef
equal deleted inserted replaced
2088:a08ac623b597 2089:375b9861ab91
     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 #labels !LuaFunctions
     3 
     3 
     4 = Lua API: Gear functions =
     4 = Lua API: Gear functions =
       
     5 
     5 This is a list of all functions in the [LuaAPI Lua API] that are related to gears and visual gears.
     6 This is a list of all functions in the [LuaAPI Lua API] that are related to gears and visual gears.
     6 
     7 
     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.
     8 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.
     8 
     9 
     9 Refer to [LuaGuide] for a more detailed introduction into gears.
    10 Refer to [LuaGuide] for a more detailed introduction into gears.