Package-level declarations

Types

Link copied to clipboard
class ScriptAsyncUtil(jsPromiseConstructor: Value)

Async utils including game-based tick scheduling and network requests. JavaScript-only.

Link copied to clipboard

Object used by the script API to provide an

Link copied to clipboard

The main hub of the ScriptAPI client that provides access to a useful set of members.

Link copied to clipboard

The main hub of the ScriptAPI that provides access to a useful set of members.

Link copied to clipboard
Link copied to clipboard

Object used by the script API to provide an easier way of creating items.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ScriptParameterValidator(val bindings: Value)
Link copied to clipboard

Because the languages used in scripts usually have very broad requirements for numeric types. For example, all numbers in JS are Double, which can cause problems on interoperations.

Link copied to clipboard
Link copied to clipboard

A collection of useful rotation utilities for the ScriptAPI. This SHOULD not be changed in a way that breaks backwards compatibility.

Link copied to clipboard