MinimapToggle

class MinimapToggle(val minimapState: Int) : OutgoingGameMessage

Minimap toggle is used to modify the state of the minimap and the attached compass.

Minimap states table:

| Id |           Description           |
|----|:-------------------------------:|
| 0 | Enabled |
| 1 | Minimap unclickable |
| 2 | Minimap hidden |
| 3 | Compass hidden |
| 4 | Map unclickable, compass hidden |
| 5 | Disabled |

Constructors

Link copied to clipboard
constructor(minimapState: Int)

Properties

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

the minimap state to set (see table above)

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