# HG changeset patch
# User Wuzzy
# Date 1453566316 0
# Node ID 3a8c1121cca7f2fb2734aff7e0c5b56619d703e4
# Parent 86e81308d67d80f240609ca1fd8a028604146629
LuaAPI: SetCinematicMode
diff -r 86e81308d67d -r 3a8c1121cca7 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 @@
=== !GetZoom() ===
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 ==
=== !PlaySound(soundId) ===
Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.