ScriptingErrorHandling

object ScriptingErrorHandling

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
notifyPlayerScriptFailure
Link copied to clipboard
fun notifyPlayerScriptFailure(exception: Throwable, asName: String? = null)
fun notifyPlayerScriptFailure(text: String, asName: String? = null, toConsole: Boolean = true)
printConsolePlayerScriptFailure
Link copied to clipboard
fun printConsolePlayerScriptFailure(text: String, asName: String? = null)
fun printConsolePlayerScriptFailure(exception: Throwable, asName: String? = null)
toString
Link copied to clipboard
open fun toString(): String

Sources

jvm source
Link copied to clipboard