Table of Contents

Enum CutsceneEndReason

Namespace
S1API.Cutscenes
Assembly
S1API.dll

Describes why an S1API-managed cutscene ended.

public enum CutsceneEndReason
Extension Methods

Fields

Completed = 0

The configured duration elapsed normally.

Failed = 4

The cutscene could not continue because runtime setup or a callback failed.

SceneChanged = 3

The active game scene changed while the cutscene was playing.

Skipped = 1

The cutscene was skipped by the caller or hold-to-skip input.

Stopped = 2

The cutscene was stopped explicitly or disposed while playing.