Uses of Enum Class
com.blackrook.rookscript.functions.SystemFunctions
Packages that use SystemFunctions
-
Uses of SystemFunctions in com.blackrook.rookscript.functions
Subclasses with type arguments of type SystemFunctions in com.blackrook.rookscript.functionsModifier and TypeClassDescriptionenumScript common functions for system level stuff, like process creation, control, and environment stuff.Methods in com.blackrook.rookscript.functions that return SystemFunctionsModifier and TypeMethodDescriptionstatic SystemFunctionsReturns the enum constant of this class with the specified name.static SystemFunctions[]SystemFunctions.values()Returns an array containing the constants of this enum class, in the order they are declared.