package
3.4.8
Repository: https://github.com/opennox/noxscript.git
Documentation: pkg.go.dev

# 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.

# Structs

Func is a reference to a legacy NoxScript function.
Value is an untyped value, as stored in NoxScript runtime.
Var is a reference to a legacy NoxScript variable.

# Interfaces

Game is an optional interface for the engine that exposes NoxScript runtime.
Implementation of the script VM.