LuaGUI: Add TOC, fix background
authorWuzzy
Wed, 17 Apr 2019 12:59:26 +0100
changeset 1762 a74e65cdb9db
parent 1761 a4c79fe4c9d9
child 1763 3fa6a8bbf260
LuaGUI: Add TOC, fix background
LuaGUI.wiki
--- a/LuaGUI.wiki	Wed Apr 17 12:59:01 2019 +0100
+++ b/LuaGUI.wiki	Wed Apr 17 12:59:26 2019 +0100
@@ -3,6 +3,8 @@
 = Lua API: GUI functions =
 This page is a list of all functios in the [LuaAPI Lua API] that affect the GUI (graphical user interface).
 
+<wiki:toc max_depth="3" />
+
 == Captions ==
 === <tt>!AddCaption(text)</tt> ===
 Display an event text in the upper part of the screen. The text will be white and the caption group will be `capgrpMessage`.
@@ -95,4 +97,3 @@
 If `enable` is set to `true`, cinematic mode is enabled,
 if it is `false`, cinematic mode is disabled.
 
-