QScript.loadByteCode

loads pre-compiled NaVM byte code

Be careful that if you load byte code using this function, you cannot use this.functionID or any function that needs a function map to be present. You will only be able to call using function IDs

class QScript
bool
loadByteCode
(
string[] byteCode
)

Return Value

Type: bool

true if sucessfully loaded, false if not

Meta