InterpreterOptions

loreline.InterpreterOptions (Class)

Instance Members

functions: FunctionsMap

Optional map of additional functions to make available to the script


strictAccess: Bool

Tells whether access is strict or not. If set to true, trying to read or write an undefined variable will throw an error.


customCreateFields(interpreter: Interpreter, type: String, node: Node): Any

A custom instanciator to create fields objects.

Name Type
interpreter Interpreter
type String
node Node
Returns
Any

new(functions: Null<FunctionsMap>, strictAccess: Null<Bool>, customCreateFields: Null<Function>): Void
Name Type Description
functions Null<FunctionsMap> * Optional map of additional functions to make available to the script
strictAccess Null<Bool> * Tells whether access is strict or not. If set to true, trying to read or write an undefined variable will throw an error.
customCreateFields Null * A custom instanciator to create fields objects.

Metadata

Name Parameters
:hxGen -
:structInit -