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. -