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

x/remapper/src/object.ts>BaseObject

A framework for Beat Saber map scripting.
Latest
class BaseObject
import { BaseObject } from "https://deno.land/x/remapper@3.1.2/src/object.ts";

Properties

customData: Record<string, unknown>

Any community made data on this object.

readonly
isModded

Checks if the object has modded properties.

json: Json

The Json data for this object.

time: number

The time that this object is scheduled for.