OpObj6

class OpObj6 : IncomingGameMessage

OpObj6 messages are fired whenever a player examines an obj on the ground.

Constructors

Link copied to clipboard
constructor(id: Int, x: Int, z: Int)

Properties

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

the id of the obj examined

Link copied to clipboard
val x: Int

the absolute x coordinate of the obj on the ground

Link copied to clipboard
val z: Int

the absolute z coordinate of the obj on the ground

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