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

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

Constructors

new
LaserSpeedEvent(
json: Json,
type: number,
speed: number,
direction?: number,
lockRotation?: boolean,
)

Controls rotating laser speed.

Properties

direction: number

Direction of the rotating lasers.

lockRotation: boolean

Whether the existing rotation should be kept.

speed: number

Speed of the rotating lasers.

Methods

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