OpLoc6

class OpLoc6(val id: Int) : IncomingGameMessage

OpLoc6 message is fired whenever a player clicks examine on a loc.

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard
val id: Int

the id of the loc (if multiloc, transformed to the currently visible variant)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String