Skip to content

tool.mod.script.ScriptInterpreter

tool.mod.script.ScriptInterpreter

Inherits from: hscript.Interp

Fields

NameType
activeBool
entryPointString
parserhscript.Parser
contentshaxe.ds.StringMap

Protos

  • f@6613 loadScripts(tool.mod.script.ScriptInterpreter, String) → Void
  • f@6614 init(tool.mod.script.ScriptInterpreter) → Void
  • f@6615 resetVariables(tool.mod.script.ScriptInterpreter) → Void
  • f@6616 execute(tool.mod.script.ScriptInterpreter, hscript.Expr) → Dyn
  • f@6617 exposeTypesAndFunctions(tool.mod.script.ScriptInterpreter) → Void
  • f@6618 dumpVariables(tool.mod.script.ScriptInterpreter) → Void
  • f@6619 executeScriptImpl(tool.mod.script.ScriptInterpreter, hl.types.ArrayDyn) → Bool
  • f@6620 cnew(tool.mod.script.ScriptInterpreter, String, hl.types.ArrayDyn) → Dyn
  • f@6621 set(tool.mod.script.ScriptInterpreter, Dyn, String, Dyn) → Dyn
  • f@6622 get(tool.mod.script.ScriptInterpreter, Dyn, String) → Dyn
  • f@6623 fcall(tool.mod.script.ScriptInterpreter, Dyn, String, hl.types.ArrayDyn) → Dyn

Bindings

  • static f@6624 __constructor__(tool.mod.script.ScriptInterpreter) → Void