Method EnterCutsceneMode
EnterCutsceneMode(bool)
Enters "Cutscene" mode, disabling GUI and camera controls for the player and marking them as plot object (invulnerable).
See CutsceneGhost(), and other Cutscene* effects for hiding and controlling the player creature during cutscene mode.
public void EnterCutsceneMode(bool allowLeftClick = false)
Parameters
allowLeftClickboolIf true, allows the player to interact with the game world using the left mouse button only. Otherwise, prevents all interactions.