Table of Contents

Method SetCutsceneMode

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetCutsceneMode(bool, bool)

Toggles the CutsceneMode state for the player.

public void SetCutsceneMode(bool inCutscene = true, bool leftClickEnabled = false)

Parameters

inCutscene bool

True if cutscene mode should be enabled, otherwise false.

leftClickEnabled bool

True if ControlledCreature user should be allowed to interact with the game with the left mouse button. False to prevent interaction.