# Functions
FuncPtr returns a function reference to a legacy NoxScript function.
FuncVar returns a reference to a local function variable in legacy NoxScript.
Global returns a reference to a global variable in legacy NoxScript.
Runtime returns implementation of all the accessible functions as an interface.
SetRuntime is used by the script host to bind runtime for the script package.
# Interfaces
Game is an optional interface for the engine that exposes NoxScript runtime.
Implementation of the script VM.