LuaUtil: Add TOC
authorWuzzy
Wed, 17 Apr 2019 15:04:18 +0100
changeset 1801 efa4f04f15eb
parent 1800 3e761893a2e9
child 1802 de477b727594
LuaUtil: Add TOC
LuaUtil.wiki
--- a/LuaUtil.wiki	Wed Apr 17 15:03:29 2019 +0100
+++ b/LuaUtil.wiki	Wed Apr 17 15:04:18 2019 +0100
@@ -3,6 +3,8 @@
 = Lua API: Utility functions =
 This page is a list of utility functions in the [LuaAPI Lua API] and other functions that don't fit anywhere else.
 
+<wiki:toc max_depth="3" />
+
 == File system functions ==
 === <tt>!HedgewarsScriptLoad(scriptPath [, mustExist])</tt> ===
 Loads a script (i.e. a [LuaLibraries library]) from the specified `scriptPath`. The root directory is here Hedgewars’ data directory. There will be a Lua error if the script does not exist.