LuaMain.wiki
changeset 1749 91756d20ce3e
child 1750 84ab00770c09
equal deleted inserted replaced
1748:e78a3fd5a0e4 1749:91756d20ce3e
       
     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-related functions]
       
    20  * [LuaStats Stats functions]
       
    21  * [LuaGUI GUI functions]
       
    22  * [LuaAudio Audio functions]
       
    23  * [LuaUtil Utility functions]
       
    24  * [LuaLibraries Lua libraries]
       
    25 
       
    26