Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

A framework for Beat Saber map scripting.
Go to Latest
method Keyframe.prototype.setFlag
import { Keyframe } from "https://deno.land/x/remapper@3.0.0/src/animation.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.