ResumePStringDialog

class ResumePStringDialog(val string: String) : IncomingGameMessage

String dialogs are sent whenever a player enters a string into the input box, e.g. for wiki search or diango's item code service.

Constructors

Link copied to clipboard
constructor(string: String)

Properties

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

the string 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