Table of Contents

Class CutsceneManager

Namespace
S1API.Cutscenes
Assembly
S1API.dll

Coordinates the single S1API-managed local cutscene that may play at a time.

public static class CutsceneManager
Inheritance
CutsceneManager
Inherited Members

Properties

Active

Gets the active S1API-managed cutscene, or null when none is playing.

public static CutsceneHandle? Active { get; }

Property Value

CutsceneHandle

IsPlaying

Gets whether an S1API-managed local cutscene is currently playing.

public static bool IsPlaying { get; }

Property Value

bool

Methods

StopActive()

Stops the active cutscene, if one exists.

public static bool StopActive()

Returns

bool

true when active playback was stopped.