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

x/remapper/src/mod.ts>CustomEventInternals.AssignPlayerToTrack

A framework for Beat Saber map scripting.
Go to Latest
class CustomEventInternals.AssignPlayerToTrack
extends BaseEvent
import { CustomEventInternals } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";
const { AssignPlayerToTrack } = CustomEventInternals;

Constructors

new
AssignPlayerToTrack(json: Json, track?: string)

Assigns the player to a track.

Properties

track: string

Track the player will be assigned to.

Methods

Remove the subclass of the event, giving access to all properties, but can allow for invalid data.