GrCompiler.compileFile

Compile a source file into bytecode

class GrCompiler
GrBytecode
compileFile
(
string fileName
,)

Parameters

fileName string

Path to script file to compile

Return Value

Type: GrBytecode

True if compilation was successful, otherwise check getError()

Meta