AddedFriendChatUser

Added friendchat user indicates a single player that is being added to the given friend chat channel.

Constructors

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

Properties

Link copied to clipboard
open override val name: String

the name of the player being added to the friend chat

Link copied to clipboard
open override val rank: Int

the rank of that player in the friend chat

Link copied to clipboard
open override val worldId: Int

the id of the world in which that player resides

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