# HG changeset patch # User almikes@aol.com # Date 1417582439 0 # Node ID 14ec7b5cb5603afd20ca6b9141485c3d932fafbf # Parent 6d90d6994e95147514c2e7b1af57e9d9241dfc5a Add link to the Lua wiki check script. diff -r 6d90d6994e95 -r 14ec7b5cb560 LuaAPI.wiki --- a/LuaAPI.wiki Wed Dec 03 04:47:59 2014 +0000 +++ b/LuaAPI.wiki Wed Dec 03 04:53:59 2014 +0000 @@ -12,6 +12,10 @@ How Hedgewars handles Lua scripts As of Version 0.9.13 Hedgewars supports Lua scripts for two similar tasks: Define tutorial missions or provide special map behaviour for precreated maps. +=== About this wiki page === +This page tends to become outdated. For a list of undocumented functions, see [http://hw.ercatec.net/docs/lua_wiki_check.php]. + + === Tutorial missions === Tutorial missions are located within text files inside "share/hedgewars/Data/Missions/Training". The game will list all files with the lua extension inside this directory in the Training selection screen. You'll find some premade example scripts within this directory that contain several comments on the script lines and what they do.