Handles HScript for you.
@:value({ executeOn : BOTH })new(path:String, executeOn:ExecuteOn = BOTH)
@:value(new Interp())interp:Interp = new Interp()
Interprets the HScript.
@:value(new Parser())parser:Parser = new Parser()
Parses the HScript.
program:Expr
Current Expression.
inlineupdate(elapsed:Float):Void
@:value(false)createPost:Bool = false
executeOn:ExecuteOn
extension:String
name:String
@:value([])otherScripts:Array<Script> = []
path:String