Show / Hide Table of Contents

    Enum SkipText

    How to skip the text?

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

    Fields

    Name Description
    ByMouse

    Skip the text if user clicked the left mouse button.

    ByTime

    Skip the text if enough time has passed.

    ByTimeAndMouse

    Skip the text if enough time has passed or if the user clicked the left mouse button.

    External

    The engine will never skip the text itself, but will count on the developer to implement custom skipping (by subsribing to the OnBeforeSay event and calling the "SkipText" action when appropriate).

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