IfClearInv

class IfClearInv(val combinedId: Int) : OutgoingGameMessage

If clear-inv messaged are used to clear all objs on any if-1 type component. As there are very few if-1 type old interfaces remaining, this packet is mostly unused nowadays.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int)
constructor(combinedId: 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 id of the component on the interfaceId to be cleared

Link copied to clipboard

the id of the interface on which the inv exists

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