HiscoreRequest

class HiscoreRequest(_type: UByte, _requestId: UByte, val name: String) : IncomingGameMessage

A hiscore request message is sent when a player does a lookup of another player on the C++ clients. This functionality is currently not used in any way.

Constructors

Link copied to clipboard
constructor(type: Int, requestId: Int, name: String)
constructor(_type: UByte, _requestId: UByte, name: String)

Properties

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

the name of the player whom to look up

Link copied to clipboard

the id of the request

Link copied to clipboard
val type: Int

the type of the request (main, ironman, group ironman etc) The exact values are not yet known.

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