Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.ts>transferVisuals

A framework for Beat Saber map scripting.
Go to Latest
function transferVisuals
import { transferVisuals } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Transfer the visual aspect of maps to other difficulties.

Parameters

diffs: DIFFPATH[]

The difficulties being effected.

optional
forDiff: (diff: Difficulty) => void

A function to run over each difficulty.

optional
walls = [UNSUPPORTED]

If true, walls with custom data will be overriden. The activeDiff keyword will change to be each difficulty running during this function. Be mindful that the external difficulties don't have an input/output structure, so new pushed notes for example may not be cleared on the next run and would build up.