LuaAPI: SetCinematicMode
authorWuzzy
Sat, 23 Jan 2016 16:25:16 +0000
changeset 775 3a8c1121cca7
parent 774 86e81308d67d
child 776 e6c86700c88e
LuaAPI: SetCinematicMode
LuaAPI.wiki
--- a/LuaAPI.wiki	Fri Jan 22 12:08:04 2016 +0000
+++ b/LuaAPI.wiki	Sat Jan 23 16:25:16 2016 +0000
@@ -1109,6 +1109,11 @@
 === <tt>!GetZoom()</tt> ===
 Returns the current zoom level.
 
+=== `SetCinematicMode(enable)` (0.9.23) ===
+Turns on or off cinematic mode. Cinematic mode can be used for cutscenes etc.
+If `enable` is set to `true`, cinematic mode is enabled,
+if it is `false`, cinematic mode is disabled.
+
 == Sound functions ==
 === <tt>!PlaySound(soundId)</tt> ===
 Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.