Uses of Class
be.yildizgames.module.script.ScriptException
-
Packages that use ScriptException Package Description be.yildizgames.module.script Contains abstract classes to use script engine. -
-
Uses of ScriptException in be.yildizgames.module.script
Methods in be.yildizgames.module.script that throw ScriptException Modifier and Type Method Description abstract Object
ScriptInterpreter. runCommand(String command)
Execute a command.abstract ParsedScript
ScriptInterpreter. runScript(String file)
Parse and run a script file.
-