Package editor
Interface IScriptExecuter
public interface IScriptExecuter
-
Method Summary
-
Method Details
-
evaluate
Evaluates Gosu source.- Parameters:
strScript
- A Gosu expression or scriptlet.- Returns:
- The result of evaluating the script.
-
executeTemplate
Executes a Gosu template.- Parameters:
strTemplate
- The template- Returns:
- The resulting content.
-