IfSetScrollPos

class IfSetScrollPos : OutgoingGameMessage

If set scroll pos messages are used to force the scroll position of a layer component.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int, scrollPos: Int)
constructor(combinedId: Int, scrollPos: Int)

Properties

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

the bitpacked combination of interfaceId and componentId.

Link copied to clipboard

the component id of the scroll layer

Link copied to clipboard

the interface on which the scroll layer exists

Link copied to clipboard

the scroll position to set to

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