ClanChannelFullRequest

class ClanChannelFullRequest(val clanId: Int) : IncomingGameMessage

Clan channel requests are made whenever the server sends a clanchannel delta update, but the client does not have a clan defined at that id. In order to fix the problem, the client will then request for a full clan update for that clan id.

Constructors

Link copied to clipboard
constructor(clanId: Int)

Properties

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

the id of the clan to request, ranging from 0 to 3 (inclusive), or a negative value if the request is for a guest-clan

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