UpdateUserDetailsV2Event

Clan channel delta update user details v2 event is used to modify the details of a user in the clan. Note that this class is identical to the UpdateUserDetailsEvent, with the only exception being that more bandwidth is used to transmit this update, as there are multiple unused properties being sent on-top.

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