Package editor
Interface IScriptExecuter
-
public interface IScriptExecuter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
evaluate(String strScript)
Evaluates Gosu source.String
executeTemplate(String strTemplate)
Executes a Gosu template.
-