HideLocOps

class HideLocOps(val hidden: Boolean) : OutgoingGameMessage

Hide loc ops packet is used to hide the right-click menu of all locs across the game.

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 locs.

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