LuaMain.wiki
changeset 1804 396f8204b9fb
parent 1803 d75d30743663
child 1805 d18970cf6ca2
equal deleted inserted replaced
1803:d75d30743663 1804:396f8204b9fb
     1 #summary API for writing Lua scripts in Hedgewars
       
     2 #labels Featured
       
     3 
       
     4 = Core Lua API documentation =
       
     5 
       
     6 The Lua API in Hedgewars allows creating all scripted content in Hedgewars. Lua handles [Missions missions], [GameStyles styles] and more. If you want to create your own missions, this is the place to start.
       
     7 
       
     8 For a introduction into scripting, read [LuaGuide].
       
     9 
       
    10 == Sections ==
       
    11 
       
    12 The Lua API documentation is divided into the following sections:
       
    13 
       
    14  * [LuaGuide Beginner's guide]
       
    15  * [LuaOverview Overview]
       
    16  * [LuaGlobals Global variables and constants]
       
    17  * [LuaEvents Event handlers]
       
    18  * [LuaGameplay Gameplay functions]
       
    19  * [LuaGears Gear functions]
       
    20  * [LuaStats Stats functions]
       
    21  * [LuaGUI GUI functions]
       
    22  * [LuaAudio Audio functions]
       
    23  * [LuaUtil Utility functions]
       
    24  * [LuaLibraries Lua libraries]