SetStockMarketSlot

Set stockmarket slot update creates an offer on the Grand Exchange.

Constructors

Link copied to clipboard
constructor(status: Int, obj: Int, price: Int, count: Int, completedCount: Int, completedGold: Int)

Properties

Link copied to clipboard

the amount already bought or sold

Link copied to clipboard

the amount of gold received

Link copied to clipboard
val count: Int

the count to buy or sell

Link copied to clipboard
val obj: Int

the obj to set in the specified slot

Link copied to clipboard
val price: Int

the price per item

Link copied to clipboard
val status: Int

the status of the offer to create. Note that if the status value is 0, it will be treated as a request to clear out the slot and all the remaining data will be ignored in the process.

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