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

x/remapper/src/animation.ts>Track

A framework for Beat Saber map scripting.
Go to Latest
class Track
import { Track } from "https://deno.land/x/remapper@2.1.0/src/animation.ts";

Constructors

new
Track(reference: TrackReference)

Handler for the track property.

Properties

private
reference: TrackReference
value: TrackValue

Methods

private
expandArray(array: TrackValue)
private
simplifyArray(array: string[])
add(value: TrackValue)

Safely add tracks.

Get the track value as an array.

check(condition: (track: string) => boolean)

Check each track with a condition.

has(value: string)

Safely check if the track contains this value.

Remove tracks.