UpdateRunWeight

class UpdateRunWeight(val runweight: Int) : OutgoingGameMessage

Update runweight packet is used to modify the player's current equipment and inventory weight, in grams.

Constructors

Link copied to clipboard
constructor(runweight: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

Functions

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