SiteSettings

class SiteSettings(val settings: String) : OutgoingGameMessage

Site settings packet is used to identify the given client. The settings are sent as part of the URL when connecting to services or secure RuneScape URLs.

Constructors

Link copied to clipboard
constructor(settings: String)

Properties

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

the settings string to assign

Functions

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