AffinedClanSettingsAddBannedFromChannel

class AffinedClanSettingsAddBannedFromChannel : IncomingGameMessage

Clan ban messages are sent when a player with sufficient rank in the clan requests to ban another member within the clan.

Constructors

Link copied to clipboard
constructor(name: String, clanId: Int, memberIndex: Int)

Properties

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

the id of the clan, ranging from 0 to 3 (inclusive). Negative values are not supported for bans - it is not possible to ban others while you are in a clan as a guest.

Link copied to clipboard

the index of the member in the clan who's being banned. Note that the index isn't the player's absolute index in the world, but rather the index within this clan.

Link copied to clipboard

the name of the player to ban

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