OpNpc6

class OpNpc6(val id: Int) : IncomingGameMessage

OpNpc6 message is fired when a player clicks the 'Examine' option on a npc.

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 config id of the npc clicked

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