Uses of Interface
be.yildizgames.module.script.ParsedScript
-
Packages that use ParsedScript Package Description be.yildizgames.module.script Contains abstract classes to use script engine. -
-
Uses of ParsedScript in be.yildizgames.module.script
Methods in be.yildizgames.module.script that return ParsedScript Modifier and Type Method Description abstract ParsedScript
ScriptInterpreter. runScript(String file)
Parse and run a script file.
-