Skip to content

Scripting Language

Tim Sarbin edited this page Aug 23, 2021 · 4 revisions

Functions

System

Exit Boot Mode

void exitBootMode()

Exits the boot splash and starts the main game render loop.

Utility

Format String

void fmt(format: string, values...: any): string

Formats a string based on the golfing string format.

Clone this wiki locally