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

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

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