If1Button

class If1Button(_combinedId: CombinedId) : IncomingGameMessage

If1 button messages are sent whenever a player clicks on an older if1-type component.

Constructors

Link copied to clipboard
constructor(_combinedId: CombinedId)

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 on that interface the player interacted with

Link copied to clipboard

the interface id the player interacted with

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