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

x/remapper/src/mod.ts>Keyframe#setFlag

A framework for Beat Saber map scripting.
Go to Latest
method Keyframe.prototype.setFlag
Re-export
import { Keyframe } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Set a flag in the keyframe.

Parameters

value: string

The flag to be set.

optional
old: string

An existing flag containing this will be replaced by the value.