ResumePNameDialog

class ResumePNameDialog(val name: String) : IncomingGameMessage

Name dialogs are sent whenever a player enters the name of a player into the chatbox input box, e.g. to enter someone else's player-owned house.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

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

the name of the player entered

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