Uses of Class
com.blackrook.rookscript.Script.Entry
Packages that use Script.Entry
Package
Description
Contains scripting components for the scripting language.
-
Uses of Script.Entry in com.blackrook.rookscript
Methods in com.blackrook.rookscript that return Script.EntryModifier 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.