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

x/remapper/src/mod.ts>Environment

A framework for Beat Saber map scripting.
Go to Latest
class Environment
Re-export
import { Environment } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Constructors

new
Environment(id?: string, lookupMethod?: LOOKUP | undefined)

Environment object for ease of creation and additional tools.

Properties

id: string

The object name to look up in the environment.

lookupMethod: LOOKUP

The method of looking up the object name in the environment.