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.BaseEvent

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

Constructors

new
BaseEvent(time: number | Json)

Properties

data: Json

The data of this event.

json: any

The Json for this event.

time: number

The time of this event in beats.

type: string

The type of this event.

Methods

push(clone?)

Push this event to the difficulty.