Class CutsceneManager
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
IsPlaying
Gets whether an S1API-managed local cutscene is currently playing.
public static bool IsPlaying { get; }
Property Value
Methods
StopActive()
Stops the active cutscene, if one exists.
public static bool StopActive()