ClanSettingsFullRequest

class ClanSettingsFullRequest(val clanId: Int) : IncomingGameMessage

Clan settings requests are made whenever the server sends a clansettings delta update, but the update counter in the clan settings message is greater than that of the clan itself. In order to avoid problems, the client requests for a full clan settings update from the server, to re-synchronize all the values.

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