clik-engine API
    Preparing search index...

    Interface ScriptStep

    One entry in a ScriptedStrategy timeline: press or release an action on a specific frame.

    interface ScriptStep {
        action: string;
        frame: number;
        value: boolean;
    }
    Index

    Properties

    Properties

    action: string

    Action name from the InputConfig.

    frame: number

    Frame number on which to apply this step (0-indexed against the runner).

    value: boolean

    True to press, false to release.