ScriptingImplementation
interface ScriptingImplementation
Content copied to clipboard
Interface for a single object that parses, interprets, and executes scripts.
Functions
autocomplete
Link copied to clipboard
open fun autocomplete(command: String, cursorPos: Int? = null): AutocompleteResults
Content copied to clipboard
exec
Link copied to clipboard
Inheritors
Sources
jvm source
Link copied to clipboard