makeActionRequests

object makeActionRequests

Functions to generate requests to send to a script interpreter.

Implements the specifications on packet fields and structure in Module.md. Function names and call arguments parallel ScriptingBackend.

Functions

autocomplete
Link copied to clipboard
fun autocomplete(command: String, cursorPos: Int?): ScriptingPacket
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
exec
Link copied to clipboard
fun exec(command: String): ScriptingPacket
hashCode
Link copied to clipboard
open fun hashCode(): Int
motd
Link copied to clipboard
fun motd(): ScriptingPacket
terminate
Link copied to clipboard
fun terminate(): ScriptingPacket
toString
Link copied to clipboard
open fun toString(): String

Sources

jvm source
Link copied to clipboard