ClanChannelKickUser

class ClanChannelKickUser : IncomingGameMessage

Clan kick messages are sent when a player with sufficient privileges requests to kick another player within the clan out of it.

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 the player is in, ranging from 0 to 3 (inclusive), or negative values if referring to a guest clan

Link copied to clipboard

the index of the member in the clan who's being kicked. 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 kick

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