ClientCheat

class ClientCheat(val command: String) : IncomingGameMessage

Client cheats are commands sent in chat using the :: prefix, or through the console on the C++ client.

Constructors

Link copied to clipboard
constructor(command: String)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String