SetMemberExtraInfoUpdate

Set member extra info is used to modify extra info about a member in the clan, by modifying the provided bit range of the 32-bit integer that each member has.

Constructors

Link copied to clipboard
constructor(index: Int, value: Int, startBit: Int, endBit: Int)

Properties

Link copied to clipboard
val endBit: Int

the end bit of the bit range to update

Link copied to clipboard
val index: Int

the index of this member in the clan's members list.

Link copied to clipboard

the start bit of the bit range to update

Link copied to clipboard
val value: Int

the value to assign to the provided bit range

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