ResumePObjDialog

class ResumePObjDialog(val obj: Int) : IncomingGameMessage

Resume p obj dialogue is sent when the user selects an obj from the Grand Exchange item search box, however this packet is not necessarily exclusive to that feature, and can be used in other pieces of content.

Constructors

Link copied to clipboard
constructor(obj: Int)

Properties

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

the id of the obj selected

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