ScriptExec

runs the scripts using QScript

Constructors

this
this()

constructor

Members

Functions

compileToByteCode
string[] compileToByteCode(string[] script, CompileError[] errors)

compiles & returns byte code

execute
NaData execute(uinteger functionID, NaData[] args)

executes the first function in script

Meta