LuaAPI.wiki
changeset 775 3a8c1121cca7
parent 741 8fa25c5a4967
child 790 1c4b787e841d
equal deleted inserted replaced
774:86e81308d67d 775:3a8c1121cca7
  1107 Sets the zoom level. The value for maximum zoom is currently 1.0 and for minimum 3.0 The default zoom level is 2.0
  1107 Sets the zoom level. The value for maximum zoom is currently 1.0 and for minimum 3.0 The default zoom level is 2.0
  1108 
  1108 
  1109 === <tt>!GetZoom()</tt> ===
  1109 === <tt>!GetZoom()</tt> ===
  1110 Returns the current zoom level.
  1110 Returns the current zoom level.
  1111 
  1111 
       
  1112 === `SetCinematicMode(enable)` (0.9.23) ===
       
  1113 Turns on or off cinematic mode. Cinematic mode can be used for cutscenes etc.
       
  1114 If `enable` is set to `true`, cinematic mode is enabled,
       
  1115 if it is `false`, cinematic mode is disabled.
       
  1116 
  1112 == Sound functions ==
  1117 == Sound functions ==
  1113 === <tt>!PlaySound(soundId)</tt> ===
  1118 === <tt>!PlaySound(soundId)</tt> ===
  1114 Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.
  1119 Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.
  1115 
  1120 
  1116 === <tt>!PlaySound(soundId, gearUid)</tt> ===
  1121 === <tt>!PlaySound(soundId, gearUid)</tt> ===