UpdateUserDetailsEvent

Clan channel delta update user details event is used to modify the details of a user in the clan.

Constructors

Link copied to clipboard
constructor(index: Int, name: String, rank: Int, world: Int)

Properties

Link copied to clipboard
val index: Int

the index of the player whom to update within the clan. Note that this is the index within the clan's list of members and not the world-global indexed player list.

Link copied to clipboard

the new name of this player within the clan

Link copied to clipboard
val rank: Int

the new rank of this player within the clan

Link copied to clipboard
val world: Int

the new world of this player within the 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