tool.mod.script.ScriptInterpreter
tool.mod.script.ScriptInterpreter
Inherits from: hscript.Interp
Fields
| Name | Type | |
|---|---|---|
active | Bool | |
entryPoint | String | |
parser | hscript.Parser | |
contents | haxe.ds.StringMap |
Protos
f@6613loadScripts(tool.mod.script.ScriptInterpreter, String) → Voidf@6614init(tool.mod.script.ScriptInterpreter) → Voidf@6615resetVariables(tool.mod.script.ScriptInterpreter) → Voidf@6616execute(tool.mod.script.ScriptInterpreter, hscript.Expr) → Dynf@6617exposeTypesAndFunctions(tool.mod.script.ScriptInterpreter) → Voidf@6618dumpVariables(tool.mod.script.ScriptInterpreter) → Voidf@6619executeScriptImpl(tool.mod.script.ScriptInterpreter, hl.types.ArrayDyn) → Boolf@6620cnew(tool.mod.script.ScriptInterpreter, String, hl.types.ArrayDyn) → Dynf@6621set(tool.mod.script.ScriptInterpreter, Dyn, String, Dyn) → Dynf@6622get(tool.mod.script.ScriptInterpreter, Dyn, String) → Dynf@6623fcall(tool.mod.script.ScriptInterpreter, Dyn, String, hl.types.ArrayDyn) → Dyn
Bindings
- static
f@6624__constructor__(tool.mod.script.ScriptInterpreter) → Void