# HG changeset patch # User Wuzzy # Date 1555502366 -3600 # Node ID a74e65cdb9dbe8a969d4e6e68fa59f2597403d29 # Parent a4c79fe4c9d93e861c0a9b5541da5b7a6dcbdfdd LuaGUI: Add TOC, fix background diff -r a4c79fe4c9d9 -r a74e65cdb9db 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). + + == Captions == === !AddCaption(text) === 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. -