diff -r e78a3fd5a0e4 -r 91756d20ce3e LuaMain.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LuaMain.wiki Wed Apr 17 13:50:26 2019 +0200 @@ -0,0 +1,26 @@ +#summary API for writing Lua scripts in Hedgewars +#labels Featured + += Core Lua API documentation = + +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. + +For a introduction into scripting, read [LuaGuide]. + +== Sections == + +The Lua API documentation is divided into the following sections: + + * [LuaGuide Beginner's guide] + * [LuaOverview Overview] + * [LuaGlobals Global variables and constants] + * [LuaEvents Event handlers] + * [LuaGameplay Gameplay functions] + * [LuaGears Gear-related functions] + * [LuaStats Stats functions] + * [LuaGUI GUI functions] + * [LuaAudio Audio functions] + * [LuaUtil Utility functions] + * [LuaLibraries Lua libraries] + +