IfSetEvents

class IfSetEvents : OutgoingGameMessage

Interface events are sent to set/unlock various options on a component, such as button clicks and dragging.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int, start: Int, end: Int, events: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard
val combinedId: CombinedId
Link copied to clipboard

the component on that interface to set the events on

Link copied to clipboard
val end: Int

the end subcomponent id (inclusive)

Link copied to clipboard
val events: Int

the bitpacked events

Link copied to clipboard

the interface id on which to set the events

Link copied to clipboard
val start: Int

the start subcomponent id

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String