SetIntSettingUpdate

class SetIntSettingUpdate(val setting: Int, val value: Int) : ClanSettingsDelta.Update

Int setting updates are used to modify the value of an integer-based setting of this clan.

Constructors

Link copied to clipboard
constructor(setting: Int, value: Int)

Properties

Link copied to clipboard

the id of the setting to modify, a 30-bit integer.

Link copied to clipboard
val value: Int

the 32-bit integer value to assign to that setting.

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