FriendChatJoinLeave

class FriendChatJoinLeave(val name: String?) : IncomingGameMessage

Friend chat join-leave message is sent when the player joins or leaves a friend chat channel.

Constructors

Link copied to clipboard
constructor(name: String?)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard
val name: String?

the name of the player whose friend chat channel to join, or null if the player is leaving a friend chat channel

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