FriendChatEntry

A class to contain all the properties of a player in a friend chat.

Constructors

Link copied to clipboard
constructor(name: String, worldId: Int, rank: Int, worldName: String)

Properties

Link copied to clipboard

the name of the player that is in the friend chat

Link copied to clipboard
val rank: Int

the rank of the given used in this friend chat

Link copied to clipboard

the id of the world in which the given user is

Link copied to clipboard

world name, unused in OldSchool RuneScape.

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