Uses of Class
com.blackrook.rookscript.Script.Entry
Package
Description
Contains scripting components for the scripting language.
-
Uses of Script.Entry in com.blackrook.rookscript
Modifier and TypeMethodDescriptionScript.createFunctionEntry
(String name, int parameterCount, int index) Creates/sets a command index for a function entry name in the script.Script.getFunctionEntry
(String name) Gets the corresponding index for a subscript function name.Script.getScriptEntry
(String name) Gets the corresponding index for a subscript entry name.