ResumePCountDialog

class ResumePCountDialog(val count: Int) : IncomingGameMessage

Resume p count dialogue is sent whenever a player enters an integer to the input box, e.g. to withdraw an item in x-quantity.

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

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

the count entered. While this can only be a positive integer for manually-entered inputs, it is not guaranteed to always be positive. Clientscripts can invoke this event with negative values to represent various potential response codes.

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