equal
deleted
inserted
replaced
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 |
|