LuaGUI.wiki
changeset 1762 a74e65cdb9db
parent 1749 91756d20ce3e
child 1798 e9c222ae9879
equal deleted inserted replaced
1761:a4c79fe4c9d9 1762:a74e65cdb9db
     1 #summary List of functions in the Lua API that affect the GUI
     1 #summary List of functions in the Lua API that affect the GUI
     2 
     2 
     3 = Lua API: GUI functions =
     3 = Lua API: GUI functions =
     4 This page is a list of all functios in the [LuaAPI Lua API] that affect the GUI (graphical user interface).
     4 This page is a list of all functios in the [LuaAPI Lua API] that affect the GUI (graphical user interface).
       
     5 
       
     6 <wiki:toc max_depth="3" />
     5 
     7 
     6 == Captions ==
     8 == Captions ==
     7 === <tt>!AddCaption(text)</tt> ===
     9 === <tt>!AddCaption(text)</tt> ===
     8 Display an event text in the upper part of the screen. The text will be white and the caption group will be `capgrpMessage`.
    10 Display an event text in the upper part of the screen. The text will be white and the caption group will be `capgrpMessage`.
     9 
    11 
    93 === <tt>!SetCinematicMode(enable)</tt> (0.9.23) ===
    95 === <tt>!SetCinematicMode(enable)</tt> (0.9.23) ===
    94 Turns on or off cinematic mode. Cinematic mode can be used for cutscenes etc.
    96 Turns on or off cinematic mode. Cinematic mode can be used for cutscenes etc.
    95 If `enable` is set to `true`, cinematic mode is enabled,
    97 If `enable` is set to `true`, cinematic mode is enabled,
    96 if it is `false`, cinematic mode is disabled.
    98 if it is `false`, cinematic mode is disabled.
    97 
    99 
    98