Show / Hide Table of Contents

    Enum SkipCutsceneTrigger

    Different options of how to trigger skipping a cutscene.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum SkipCutsceneTrigger

    Fields

    Name Description
    AnyKey

    Cutscene will be skipped when pressing on any key on the keyboard.

    AnyKeyOrMouse

    Cutscene will be skipped when pressing on any key on the keyboard or any mouse button click.

    Custom

    Cutscene will not be skipped automatically, you have to program it yourself by calling the Skip command.

    EscapeKeyOnly

    Cutscene will be skipped when clicking on escape (the default)

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX