Skip to content

Scripting Functions

Zorg edited this page May 11, 2024 · 4 revisions

API Reference

Most of the methods below can throw a particular exception type on failure. When an uncaught error is thrown, your script will be terminated and the error will be logged.

Additionally, your script's finish method is not guaranteed to be called on error or if it's taking too long to finish (e.g, when performing some sort of intensive operation).

See below for a list of functions provided so far.

Virtual Memory Functions

Debug Functions