moons-ta-client
    Preparing search index...

    Interface GameplayParameters

    from protobuf message proto.models.GameplayParameters

    interface GameplayParameters {
        attempts: number;
        beatmap?: Beatmap;
        disableCustomNotesOnStream: boolean;
        disableFail: boolean;
        disablePause: boolean;
        disableScoresaberSubmission: boolean;
        gameplayModifiers?: GameplayModifiers;
        playerSettings?: PlayerSpecificSettings;
        showScoreboard: boolean;
        target: number;
        useSync: boolean;
    }
    Index

    Properties

    attempts: number

    from protobuf field: int32 attempts = 4;

    beatmap?: Beatmap

    from protobuf field: proto.models.Beatmap beatmap = 1;

    disableCustomNotesOnStream: boolean

    from protobuf field: bool disable_custom_notes_on_stream = 9;

    disableFail: boolean

    from protobuf field: bool disable_fail = 7;

    disablePause: boolean

    from protobuf field: bool disable_pause = 6;

    disableScoresaberSubmission: boolean

    from protobuf field: bool disable_scoresaber_submission = 8;

    gameplayModifiers?: GameplayModifiers

    from protobuf field: proto.models.GameplayModifiers gameplay_modifiers = 3;

    playerSettings?: PlayerSpecificSettings

    from protobuf field: proto.models.PlayerSpecificSettings player_settings = 2;

    showScoreboard: boolean

    from protobuf field: bool show_scoreboard = 5;

    target: number

    from protobuf field: int32 target = 11;

    useSync: boolean

    from protobuf field: bool use_sync = 10;