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#getFlagIndex

A framework for Beat Saber map scripting.
Latest
method Keyframe.prototype.getFlagIndex
import { Keyframe } from "https://deno.land/x/remapper@3.1.2/src/animation.ts";

Gets the index of a flag.

Parameters

flag: string

The flag to look for.

optional
exact = [UNSUPPORTED]

Whether it should be an exact match, or just contain the flag argument.