HideObjOps

class HideObjOps(val hidden: Boolean) : OutgoingGameMessage

Hide obj ops packet is used to hide the right-click menu of all objs on the ground.

Constructors

Link copied to clipboard
constructor(hidden: Boolean)

Properties

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

whether to hide all the click options of objs.

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