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

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

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