PlayerInputResult

class PlayerInputResult<T>

Parameters

input

The input the player gave. Null on timeout or invalid input.

Functions

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

Properties

input
Link copied to clipboard
val input: T?
The input the player gave.