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