ResumePauseButton

class ResumePauseButton : IncomingGameMessage

Resume pausebutton messages are sent when the player continues a dialogue through the "Click to continue" button

Constructors

Link copied to clipboard
constructor(combinedId: CombinedId, sub: Int)

Properties

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

the bitpacked combination of interfaceId and componentId.

Link copied to clipboard

the component id clicked

Link copied to clipboard

the interface on which the component exists

Link copied to clipboard
val sub: Int

the subcomponent id, or -1 if it doesn't exist

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