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

x/remapper/src/basicEvent.ts>EventInternals.AbstractEvent

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

Properties

color: ColorType

The color of the event.

direction: number

Direction of the spin/lasers. Only for laser rotations and ring spins.

easing: EASE

The easing for transition events. Goes on start event.

lerpType: string

The color interpolation for transition events. Goes on start event.

lightID: LightID

The lightIDs to target.

lockRotation: boolean

Whether the existing rotation should be kept.

nameFilter: string

The ring object name to target. Only for ring spins.

prop: number

The rate at which physics propogate through the rings. High values will cause rings to move simultneously, low values gives them significant delay. Only for ring spins.

rotation: number

Degrees of the spin. Only for ring spins.

speed: number

The speed of the event. Only for ring spins & zooms, and laser rotations.

step: number

The angle between each ring. Only for ring spins.