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

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