compileScript

Compiles a file into a Script object.

bool
compileScript
(
string filename
,
bool buildDebug = true
,
string[] compilerFlags = []
)

Parameters

filename string

name of the file to compile

buildDebug bool

if the script should be build with debug settings Return: false on failure.

Meta